Skip to content

Commit 97cea82

Browse files
authored
Merge pull request #3585 from p-wysocki/pwysocki/bump_scipy
Bump `scipy` to a higher version
2 parents 7975f7e + 1908fef commit 97cea82

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

demos/common/python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
numpy>=1.16.6,<=1.23.1
22
opencv-python
3-
scipy~=1.5.4
3+
scipy>=1.5.4,<1.9.0

demos/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ 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.5.4,<1.9.0
1212
sympy>=1.8
1313
tensorboardX>=2.1
1414
tokenizers~=0.10.1;python_version<"3.7"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
onnx<=1.12,>=1.8.1
2-
scipy~=1.5.4 # via torchvision
2+
scipy>=1.5.4,<1.9.0
33
torch>=1.8.1,<=1.13.0
44
torchvision>=0.9.1,<=0.14.0
55
yacs>=0.1.8

0 commit comments

Comments
 (0)