Skip to content

Commit

Permalink
[Default Install] Recover upper-bound for the default installation op…
Browse files Browse the repository at this point in the history
…envino-dev (#14734)

Use 1.23.4 to be aligned with extras installation

Signed-off-by: Kazantsev, Roman <[email protected]>

Signed-off-by: Kazantsev, Roman <[email protected]>
  • Loading branch information
rkazants committed Dec 19, 2022
1 parent 3111e23 commit 9752faf
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/bindings/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
numpy>=1.16.6
numpy>=1.16.6,<=1.23.4
Original file line number Diff line number Diff line change
@@ -1 +1 @@
numpy>=1.16.6
numpy>=1.16.6,<=1.23.4
2 changes: 1 addition & 1 deletion src/plugins/intel_cpu/tools/dump_check/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy>=1.16.6
numpy>=1.16.6,<=1.23.4
argparse
matplotlib~=3.3.4; python_version<'3.7'
matplotlib>=3.3.4, <3.6; python_version>='3.7'
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 @@
numpy>=1.16.6
numpy>=1.16.6,<=1.23.4
opencv-python>=4.5
2 changes: 1 addition & 1 deletion tools/cross_check_tool/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
numpy>=1.16.6
numpy>=1.16.6,<=1.23.4
opencv-python==4.5.*
2 changes: 1 addition & 1 deletion tools/mo/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy>=1.16.6
numpy>=1.16.6,<=1.23.4
tensorflow>=1.15.5,<=2.10.0
mxnet~=1.2.0; sys_platform == 'win32'
mxnet>=1.7.0.post2,<=1.9.1; sys_platform != 'win32'
Expand Down
2 changes: 1 addition & 1 deletion tools/pot/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def get_version():
"scipy~=1.7; python_version == '3.7'",
"scipy>=1.8; python_version >= '3.8'",
"jstyleson>=0.0.2",
"numpy>=1.16.6",
"numpy>=1.16.6,<=1.23.4",
"addict>=2.4.0",
"networkx<=2.8.8",
"tqdm>=4.54.1",
Expand Down

0 comments on commit 9752faf

Please sign in to comment.