[Default Install] Recover upper-bound for the default installation openvino-dev (#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>
This commit is contained in:
Roman Kazantsev
2022-12-20 03:14:53 +04:00
committed by GitHub
parent 3111e2394c
commit 9752fafe8e
7 changed files with 7 additions and 7 deletions

View File

@@ -1 +1 @@
numpy>=1.16.6
numpy>=1.16.6,<=1.23.4

View File

@@ -1 +1 @@
numpy>=1.16.6
numpy>=1.16.6,<=1.23.4

View File

@@ -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'

View File

@@ -1,2 +1,2 @@
numpy>=1.16.6
numpy>=1.16.6,<=1.23.4
opencv-python>=4.5

View File

@@ -1,2 +1,2 @@
numpy>=1.16.6
numpy>=1.16.6,<=1.23.4
opencv-python==4.5.*

View File

@@ -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'

View File

@@ -68,7 +68,7 @@ INSTALL_REQUIRES = [
"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",