Skip to content

Commit 994bc15

Browse files
committed
bump scipy
1 parent 7975f7e commit 994bc15

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

demos/common/python/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
numpy>=1.16.6,<=1.23.1
22
opencv-python
3-
scipy~=1.5.4
3+
scipy~=1.7.3; python_version == '3.7'
4+
scipy~=1.8.0; python_version >= '3.8'

demos/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ opencv-python
88
pillow>=8.1.2
99
pyyaml>=5.4.1
1010
scikit-learn~=0.24.1
11-
scipy~=1.5.4
11+
scipy~=1.7.3; python_version == '3.7'
12+
scipy~=1.8.0; python_version >= '3.8'
1213
sympy>=1.8
1314
tensorboardX>=2.1
1415
tokenizers~=0.10.1;python_version<"3.7"
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
onnx<=1.12,>=1.8.1
2-
scipy~=1.5.4 # via torchvision
2+
scipy~=1.7.3; python_version == '3.7'
3+
scipy~=1.8.0; python_version >= '3.8'
34
torch>=1.8.1,<=1.13.0
45
torchvision>=0.9.1,<=0.14.0
56
yacs>=0.1.8

0 commit comments

Comments
 (0)