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 7c503b2 + 33ebec0 commit 3683fd6Copy full SHA for 3683fd6
.github/workflows/ci-tensorflow-v1.yml
@@ -45,7 +45,8 @@ 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 -r requirements_test.txt
+ pip install -q -r <(sed '/^scipy/d' requirements_test.txt)
49
+ pip install scipy==1.7.2
50
pip install tensorflow==${{ matrix.tensorflow }}
51
pip install keras==${{ matrix.keras }}
52
pip list
requirements_test.txt
@@ -1,7 +1,7 @@
1
# base
2
3
numpy>=1.18.5
4
-scipy==1.7.3
+scipy==1.8.0
5
matplotlib==3.5.1
6
scikit-learn>=0.22.2,<1.1.0
7
six==1.16.0
0 commit comments