Restrict protobuf to a stable version lower than 4.0.0 (#12275)

This commit is contained in:
Leonard Sikorski 2022-08-19 08:50:19 +02:00 committed by GitHub
parent f152a0eeaa
commit 005938d105
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 4 deletions

View File

@ -33,4 +33,4 @@ retrying
tox
types-pkg_resources
wheel>=0.36.2
protobuf>=3.18,<4.0.0
protobuf~=3.18.1

View File

@ -3,4 +3,4 @@ paddlepaddle==2.1.0
gast==0.3.3
numpy~=1.19.2
six~=1.15.0
protobuf<4.0.0
protobuf~=3.18.1

View File

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

View File

@ -1,4 +1,4 @@
# ONNX - generate test models
docopt~=0.6.2
onnx~=1.11.0
protobuf~=3.18
protobuf~=3.18.1

View File

@ -5,3 +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