Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Force protobuf dependency < 3.20. (#5726)
The latest protobuf release is not backwards compatible with TensorFlow's protos and our copies of those protos in tensorboard/compat/proto . We knew this change was coming so, fortunately, TF had already fixed their dependencies to force a compatible version of protobuf. However, we also have to update our own requirements.txt to force the same version of protobuf, to unbreak the build when TensorFlow is not installed. Googlers, see: http://b/182876485. See: protocolbuffers/protobuf#9954 (comment) See: https://cs.opensource.google/tensorflow/tensorflow/+/master:tensorflow/tools/pip_package/setup.py?q=protobuf
- Loading branch information