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 adddd59 + 3683fd6 commit 5ae8659Copy full SHA for 5ae8659
.github/workflows/ci-tensorflow-v1.yml
@@ -45,8 +45,9 @@ 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' requirements_test.txt)
+ pip install -q -r <(sed '/^pandas/d;/^scipy/d' requirements_test.txt)
49
pip install pandas==1.3.5
50
+ pip install scipy==1.7.2
51
pip install tensorflow==${{ matrix.tensorflow }}
52
pip install keras==${{ matrix.keras }}
53
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