[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:
@@ -1 +1 @@
|
||||
numpy>=1.16.6
|
||||
numpy>=1.16.6,<=1.23.4
|
||||
|
||||
@@ -1 +1 @@
|
||||
numpy>=1.16.6
|
||||
numpy>=1.16.6,<=1.23.4
|
||||
@@ -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'
|
||||
@@ -1,2 +1,2 @@
|
||||
numpy>=1.16.6
|
||||
numpy>=1.16.6,<=1.23.4
|
||||
opencv-python>=4.5
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
numpy>=1.16.6
|
||||
numpy>=1.16.6,<=1.23.4
|
||||
opencv-python==4.5.*
|
||||
@@ -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'
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user