Skip to content

Commit 6becb60

Browse files
authored
Merge pull request #3625 from eaidova/ea/numpy_upper
remove numpy upper bound
2 parents 44bf3e8 + 6fad863 commit 6becb60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.6
44
pyparsing<3.0
55
motmetrics>=1.2.0
66
nibabel>=3.2.1
7-
numpy>=1.16.6,<=1.23.1
7+
numpy>=1.16.6
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,<=1.23.1
3+
numpy>=1.16.6
44
openvino-telemetry>=2022.1.0
55
PyYAML>=5.4.1
66
pillow>=8.1.2

0 commit comments

Comments
 (0)