MO uses the same version of protobuf like other packages (#12713)
* MO uses the same version of protobuf like other packages * Restrict Protobuf to version >=3.18.1 and lower than 4.0.0
This commit is contained in:
parent
febead7e8c
commit
2b2e04d974
@ -3,4 +3,4 @@ paddlepaddle==2.1.0
|
||||
gast==0.3.3
|
||||
numpy~=1.19.2
|
||||
six~=1.15.0
|
||||
protobuf~=3.18.1
|
||||
protobuf>=3.18.1,<4.0.0
|
@ -1,3 +1,3 @@
|
||||
docopt
|
||||
protobuf~=3.18.1
|
||||
protobuf>=3.18.1,<4.0.0
|
||||
onnx
|
||||
|
@ -1,4 +1,4 @@
|
||||
# ONNX - generate test models
|
||||
docopt~=0.6.2
|
||||
onnx~=1.11.0
|
||||
protobuf~=3.18.1
|
||||
protobuf>=3.18.1,<4.0.0
|
@ -4,7 +4,7 @@ mxnet~=1.2.0; sys_platform == 'win32'
|
||||
mxnet~=1.7.0.post2; sys_platform != 'win32'
|
||||
networkx~=2.5; python_version <= "3.6"
|
||||
networkx<2.8.1; python_version > "3.6"
|
||||
protobuf>=3.15.6
|
||||
protobuf>=3.18.1,<4.0.0
|
||||
onnx>=1.8.1,<1.12
|
||||
defusedxml>=0.7.1
|
||||
urllib3>=1.26.4
|
||||
|
@ -1,7 +1,7 @@
|
||||
networkx~=2.5; python_version <= "3.6"
|
||||
networkx<2.8.1; python_version > "3.6"
|
||||
numpy>=1.16.6,<=1.23.1
|
||||
protobuf>=3.15.6
|
||||
protobuf>=3.18.1,<4.0.0
|
||||
defusedxml>=0.7.1
|
||||
requests>=2.25.1
|
||||
fastjsonschema~=2.15.1
|
||||
|
@ -5,4 +5,4 @@ numpy>=1.16.6,<=1.23.1
|
||||
defusedxml>=0.7.1
|
||||
requests>=2.25.1
|
||||
fastjsonschema~=2.15.1
|
||||
protobuf~=3.18.1
|
||||
protobuf>=3.18.1,<4.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user