Skip to content

Commit 5ae8659

Browse files
authored
Merge branch 'main' into dependabot/pip/pandas-1.4.1
2 parents adddd59 + 3683fd6 commit 5ae8659

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,8 +45,9 @@ 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' requirements_test.txt)
48+
pip install -q -r <(sed '/^pandas/d;/^scipy/d' requirements_test.txt)
4949
pip install pandas==1.3.5
50+
pip install scipy==1.7.2
5051
pip install tensorflow==${{ matrix.tensorflow }}
5152
pip install keras==${{ matrix.keras }}
5253
pip list

requirements_test.txt

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

33
numpy>=1.18.5
4-
scipy==1.7.3
4+
scipy==1.8.0
55
matplotlib==3.5.1
66
scikit-learn>=0.22.2,<1.1.0
77
six==1.16.0

0 commit comments

Comments
 (0)