Update MO requirements to allow TF1.15 if already installed (#10673)

* Update MO requirements to allow TF1.15 if already installed

* Removing pyhton version check as redundant

* Updating requirements.txt as well
This commit is contained in:
Andrei Kochin 2022-02-28 18:55:44 +03:00 committed by GitHub
parent 173f328c53
commit 4b29eed013
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,4 @@
tensorflow~=2.5.0; python_version <= "3.6"
tensorflow~=2.5.3; python_version > "3.6"
tensorflow>=1.15.5,<2.6
mxnet~=1.2.0; sys_platform == 'win32'
mxnet~=1.7.0.post2; sys_platform != 'win32'
networkx~=2.5; python_version <= "3.6"

View File

@ -1,5 +1,4 @@
tensorflow~=2.5.0; python_version <= "3.6"
tensorflow~=2.5.3; python_version > "3.6"
tensorflow>=1.15.5,<2.6
networkx~=2.5; python_version <= "3.6"
networkx~=2.6; python_version > "3.6"
numpy>=1.16.6,<1.20