Skip to content

Commit

Permalink
[PyOV] Limit numpy major version (#24131)
Browse files Browse the repository at this point in the history
### Details:
 - Backport of #24103

### Tickets:
 - N/A

Co-authored-by: Michal Lukaszewski <[email protected]>
  • Loading branch information
Jan Iwaszkiewicz and mlukasze authored Apr 22, 2024
1 parent 9cca685 commit f4afc98
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/bindings/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
numpy>=1.16.6
numpy>=1.16.6,<2.0.0
openvino-telemetry>=2023.2.1
packaging
2 changes: 1 addition & 1 deletion tools/benchmark_tool/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
-c ../constraints.txt
numpy>=1.16.6
numpy>=1.16.6,<2.0.0
2 changes: 1 addition & 1 deletion tools/mo/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-c ../constraints.txt
numpy>=1.16.6
numpy>=1.16.6,<2.0.0
importlib-metadata; python_version < "3.8" and sys_platform == "win32"
networkx
defusedxml
Expand Down

0 comments on commit f4afc98

Please sign in to comment.