Skip to content

Commit

Permalink
Mark Tensorflow compatible with Protobuf v26+. (#2261)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 684959261

Co-authored-by: A. Unique TensorFlower <[email protected]>
  • Loading branch information
rtg0795 and tensorflower-gardener authored Oct 16, 2024
1 parent d6d4022 commit 424dba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow_serving/tools/pip_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
# Match versions to what TF needs here:
# https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tools/pip_package/setup.py
'grpcio >= 1.24.3, < 2.0',
'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',
] + _TF_REQ

setup(
Expand Down

0 comments on commit 424dba4

Please sign in to comment.