Skip to content

Commit c1f425a

Browse files
author
Jan Iwaszkiewicz
authored
Limit numpy to major version (#3945)
1 parent 153ac5d commit c1f425a

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 @@
1-
numpy>=1.16.6
1+
numpy>=1.16.6,<2.0.0
22
opencv-python
33
scipy>=1.5.4

demos/requirements.txt

Lines changed: 1 addition & 1 deletion
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
Lines changed: 1 addition & 1 deletion
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)