Skip to content

Commit 3683fd6

Browse files
authored
Merge pull request #1527 from Trusted-AI/dependabot/pip/scipy-1.8.0
Bump scipy from 1.7.3 to 1.8.0
2 parents 7c503b2 + 33ebec0 commit 3683fd6

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,7 +45,8 @@ 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 -r requirements_test.txt
48+
pip install -q -r <(sed '/^scipy/d' requirements_test.txt)
49+
pip install scipy==1.7.2
4950
pip install tensorflow==${{ matrix.tensorflow }}
5051
pip install keras==${{ matrix.keras }}
5152
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)