Skip to content

Commit 684eda4

Browse files
author
jiwaszki
committed
Limit numpy to major version
1 parent 153ac5d commit 684eda4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

demos/common/python/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
numpy>=1.16.6
1+
numpy>=1.16.6,<2.0.0
22
opencv-python
33
scipy>=1.5.4

demos/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ matplotlib>=3.3.4,<3.8
44
pyparsing
55
motmetrics>=1.2.0
66
nibabel>=3.2.1
7-
numpy>=1.16.6
7+
numpy>=1.16.6,<2.0.0
88
opencv-python
99
pillow>=8.1.2
1010
pyyaml>=5.4.1
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# core components
22
defusedxml>=0.7.1
3-
numpy>=1.16.6
3+
numpy>=1.16.6,<2.0.0
44
openvino-telemetry>=2023.2.1
55
PyYAML>=5.4.1
66
pillow>=8.1.2

0 commit comments

Comments
 (0)