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:
Artur Kulikowski 2022-08-25 13:09:03 +02:00 committed by GitHub
parent febead7e8c
commit 2b2e04d974
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -1,3 +1,3 @@
docopt
protobuf~=3.18.1
protobuf>=3.18.1,<4.0.0
onnx

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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