[PyOV] Bump scipy
to a secure version and bump OMZ (#19458)
* Bump omz and scipy * Separate versions per python version * Change scipy in pot
This commit is contained in:
parent
fa667156cb
commit
b1b3343ffc
@ -6,7 +6,8 @@ Jinja2>=2.11.2
|
||||
pandas>=1.3.5
|
||||
pymongo>=3.12.0
|
||||
PyYAML>=5.4.1
|
||||
scipy>=1.7
|
||||
scipy>=1.7; python_version <= "3.8"
|
||||
scipy>=1.11.1; python_version >= "3.9"
|
||||
wheel>=0.38.1
|
||||
defusedxml>=0.7.1
|
||||
fastjsonschema~=2.17.1
|
||||
|
2
thirdparty/open_model_zoo
vendored
2
thirdparty/open_model_zoo
vendored
@ -1 +1 @@
|
||||
Subproject commit 9719c4289b7e0be6beab15102557fe50232eec61
|
||||
Subproject commit f08b9b080b240b4abd08830542ef532deeaf1da3
|
@ -67,7 +67,7 @@ if '--install-dev-extras' in sys.argv:
|
||||
INSTALL_REQUIRES = [
|
||||
"numpy>=1.16.6",
|
||||
"scipy~=1.7; python_version == '3.7'",
|
||||
"scipy>=1.8,<1.11; python_version >= '3.8'",
|
||||
"scipy>=1.8; python_version >= '3.8'",
|
||||
"jstyleson>=0.0.2",
|
||||
"addict>=2.4.0",
|
||||
"networkx<=3.1",
|
||||
|
Loading…
Reference in New Issue
Block a user