Skip to content

Commit e54b462

Browse files
authored
Merge pull request #1851 from Trusted-AI/dependabot/pip/matplotlib-3.6.0
Bump matplotlib from 3.5.3 to 3.6.0
2 parents d3187ec + b6f5321 commit e54b462

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci-tensorflow-v1.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,10 @@ jobs:
4545
sudo apt-get update
4646
sudo apt-get -y -q install ffmpeg libavcodec-extra
4747
python -m pip install --upgrade pip setuptools wheel
48-
pip install -q -r <(sed '/^pandas/d;/^scipy/d' requirements_test.txt)
48+
pip install -q -r <(sed '/^pandas/d;/^scipy/d;/^matplotlib/d' requirements_test.txt)
4949
pip install pandas==1.3.5
5050
pip install scipy==1.7.2
51+
pip install matplotlib==3.5.3
5152
pip install tensorflow==${{ matrix.tensorflow }}
5253
pip install keras==${{ matrix.keras }}
5354
pip list

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
numpy>=1.18.5,<1.24
44
scipy==1.8.1
5-
matplotlib==3.5.3
5+
matplotlib==3.6.0
66
scikit-learn>=0.22.2,<1.2.0
77
six==1.16.0
88
Pillow==9.2.0

0 commit comments

Comments
 (0)