Relaxed MO requirements for "protobuf" package (#864)

Co-authored-by: Evgeny Lazarev <elazarev.nnov@gmail.com>
This commit is contained in:
Evgeny Lazarev
2020-06-17 18:31:23 +03:00
committed by GitHub
parent 00f0247b4e
commit 356e40c988
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ tensorflow>=1.2.0
mxnet>=1.0.0,<=1.5.1
networkx>=1.11
numpy>=1.13.0
protobuf==3.6.1
protobuf>=3.6.1
onnx>=1.1.2
test-generator==0.1.1
defusedxml>=0.5.0

View File

@@ -1,5 +1,5 @@
networkx>=1.11
numpy>=1.13.0
protobuf==3.6.1
protobuf>=3.6.1
test-generator==0.1.1
defusedxml>=0.5.0