Skip to content

Commit f4afc98

Browse files
Jan Iwaszkiewiczmlukasze
andauthored
[PyOV] Limit numpy major version (#24131)
### Details: - Backport of #24103 ### Tickets: - N/A Co-authored-by: Michal Lukaszewski <[email protected]>
1 parent 9cca685 commit f4afc98

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
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
openvino-telemetry>=2023.2.1
33
packaging
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
-c ../constraints.txt
2-
numpy>=1.16.6
2+
numpy>=1.16.6,<2.0.0

tools/mo/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-c ../constraints.txt
2-
numpy>=1.16.6
2+
numpy>=1.16.6,<2.0.0
33
importlib-metadata; python_version < "3.8" and sys_platform == "win32"
44
networkx
55
defusedxml

0 commit comments

Comments
 (0)