Update mxnet version (#4081)

This commit is contained in:
iliya mironov 2021-02-10 17:19:06 +03:00 committed by GitHub
parent a313c0c3ee
commit 0341edcfa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
tensorflow>=1.15.2,<2.0; python_version < "3.8"
tensorflow>=2.2; python_version >= "3.8"
mxnet>=1.0.0,<=1.5.1
mxnet>=1.0.0,<=1.7.0
networkx>=1.11
numpy>=1.14.0,<1.19.0
protobuf>=3.6.1

View File

@ -1,4 +1,4 @@
mxnet>=1.0.0,<=1.5.1
mxnet>=1.0.0,<=1.7.0
networkx>=1.11
numpy>=1.14.0
test-generator==0.1.1