Skip to content

Commit 1908fef

Browse files
committed
Relax pytest
1 parent 9bf0758 commit 1908fef

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

demos/common/python/requirements.txt

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

demos/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ opencv-python
88
pillow>=8.1.2
99
pyyaml>=5.4.1
1010
scikit-learn~=0.24.1
11-
scipy~=1.7.3; python_version == '3.7'
12-
scipy~=1.8.0; python_version >= '3.8'
11+
scipy>=1.5.4,<1.9.0
1312
sympy>=1.8
1413
tensorboardX>=2.1
1514
tokenizers~=0.10.1;python_version<"3.7"
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
onnx<=1.12,>=1.8.1
2-
scipy~=1.7.3; python_version == '3.7'
3-
scipy~=1.8.0; python_version >= '3.8'
2+
scipy>=1.5.4,<1.9.0
43
torch>=1.8.1,<=1.13.0
54
torchvision>=0.9.1,<=0.14.0
65
yacs>=0.1.8

0 commit comments

Comments
 (0)