Updated requirements dependency (#2950)

This commit is contained in:
Evgeny Lazarev 2020-11-03 18:26:11 +03:00 committed by GitHub
parent c8bd92ac0d
commit d682950e64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ tensorflow>=1.15.2,<2.0; python_version < "3.8"
tensorflow>=2.0; python_version >= "3.8" tensorflow>=2.0; python_version >= "3.8"
mxnet>=1.0.0,<=1.5.1 mxnet>=1.0.0,<=1.5.1
networkx>=1.11 networkx>=1.11
numpy>=1.13.0 numpy>=1.13.0,<1.19.0
protobuf>=3.6.1 protobuf>=3.6.1
onnx>=1.1.2 onnx>=1.1.2
test-generator==0.1.1 test-generator==0.1.1

View File

@ -1,6 +1,6 @@
tensorflow>=1.15.2,<2.0; python_version < "3.8" tensorflow>=1.15.2,<2.0; python_version < "3.8"
tensorflow>=2.0; python_version >= "3.8" tensorflow>=2.0; python_version >= "3.8"
networkx>=1.11 networkx>=1.11
numpy>=1.13.0 numpy>=1.13.0,<1.19.0
test-generator==0.1.1 test-generator==0.1.1
defusedxml>=0.5.0 defusedxml>=0.5.0