We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6d4022 commit 424dba4Copy full SHA for 424dba4
tensorflow_serving/tools/pip_package/setup.py
@@ -63,7 +63,7 @@
63
# Match versions to what TF needs here:
64
# https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tools/pip_package/setup.py
65
'grpcio >= 1.24.3, < 2.0',
66
- 'protobuf>=3.20.3,<5.0.0dev,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5',
+ 'protobuf>=3.20.3,<6.0.0dev,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5',
67
] + _TF_REQ
68
69
setup(
0 commit comments