Skip to content

Commit 9752faf

Browse files
authored
[Default Install] Recover upper-bound for the default installation openvino-dev (openvinotoolkit#14734)
Use 1.23.4 to be aligned with extras installation Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com> Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
1 parent 3111e23 commit 9752faf

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

src/bindings/python/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
numpy>=1.16.6
1+
numpy>=1.16.6,<=1.23.4
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
numpy>=1.16.6
1+
numpy>=1.16.6,<=1.23.4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpy>=1.16.6
1+
numpy>=1.16.6,<=1.23.4
22
argparse
33
matplotlib~=3.3.4; python_version<'3.7'
44
matplotlib>=3.3.4, <3.6; python_version>='3.7'

tools/benchmark_tool/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
numpy>=1.16.6
1+
numpy>=1.16.6,<=1.23.4
22
opencv-python>=4.5
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
numpy>=1.16.6
1+
numpy>=1.16.6,<=1.23.4
22
opencv-python==4.5.*

tools/mo/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
numpy>=1.16.6
1+
numpy>=1.16.6,<=1.23.4
22
tensorflow>=1.15.5,<=2.10.0
33
mxnet~=1.2.0; sys_platform == 'win32'
44
mxnet>=1.7.0.post2,<=1.9.1; sys_platform != 'win32'

tools/pot/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def get_version():
6868
"scipy~=1.7; python_version == '3.7'",
6969
"scipy>=1.8; python_version >= '3.8'",
7070
"jstyleson>=0.0.2",
71-
"numpy>=1.16.6",
71+
"numpy>=1.16.6,<=1.23.4",
7272
"addict>=2.4.0",
7373
"networkx<=2.8.8",
7474
"tqdm>=4.54.1",

0 commit comments

Comments
 (0)