We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3187ec + b6f5321 commit e54b462Copy full SHA for e54b462
.github/workflows/ci-tensorflow-v1.yml
@@ -45,9 +45,10 @@ jobs:
45
sudo apt-get update
46
sudo apt-get -y -q install ffmpeg libavcodec-extra
47
python -m pip install --upgrade pip setuptools wheel
48
- pip install -q -r <(sed '/^pandas/d;/^scipy/d' requirements_test.txt)
+ pip install -q -r <(sed '/^pandas/d;/^scipy/d;/^matplotlib/d' requirements_test.txt)
49
pip install pandas==1.3.5
50
pip install scipy==1.7.2
51
+ pip install matplotlib==3.5.3
52
pip install tensorflow==${{ matrix.tensorflow }}
53
pip install keras==${{ matrix.keras }}
54
pip list
requirements_test.txt
@@ -2,7 +2,7 @@
2
3
numpy>=1.18.5,<1.24
4
scipy==1.8.1
5
-matplotlib==3.5.3
+matplotlib==3.6.0
6
scikit-learn>=0.22.2,<1.2.0
7
six==1.16.0
8
Pillow==9.2.0
0 commit comments