Restrict scipy module version for POT (#18237)
* Restrict scipy module version for POT Latest release https://pypi.org/project/scipy/1.11.0 causes dependency conflicts * Bump OMZ to include scipy restriction --------- Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
This commit is contained in:
parent
1566567ca4
commit
c2afa2aefc
2
thirdparty/open_model_zoo
vendored
2
thirdparty/open_model_zoo
vendored
@ -1 +1 @@
|
||||
Subproject commit 230f21ecd7f19026b63d65cedd23f27c07bee1d4
|
||||
Subproject commit c7a13a842d41333397ea6c3f9bc5a7053da00eec
|
@ -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; python_version >= '3.8'",
|
||||
"scipy>=1.8,<1.11; python_version >= '3.8'",
|
||||
"jstyleson>=0.0.2",
|
||||
"addict>=2.4.0",
|
||||
"networkx<=3.1",
|
||||
|
Loading…
Reference in New Issue
Block a user