[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:
Przemyslaw Wysocki 2023-09-14 13:41:27 +02:00 committed by GitHub
parent fa667156cb
commit b1b3343ffc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View File

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

@ -1 +1 @@
Subproject commit 9719c4289b7e0be6beab15102557fe50232eec61
Subproject commit f08b9b080b240b4abd08830542ef532deeaf1da3

View File

@ -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",