Skip to content

Commit

Permalink
Updates reference to protobuf 4.24.0 issue with a url.
Browse files Browse the repository at this point in the history
  • Loading branch information
arcra committed Feb 2, 2024
1 parent 2fee774 commit c2b2dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorboard/pip_package/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ numpy >= 1.12.0
# version to be installed that is also compatible with TensorFlow's constraints:
# https://github.com/tensorflow/tensorflow/blob/25adc4fccb4b0bb5a933eba1d246380e7b87d7f7/tensorflow/tools/pip_package/setup.py#L101
# 4.24.0 had an issue that broke our tests, so we should avoid that release:
# protocolbuffers/protobuf#13485
# https://github.com/protocolbuffers/protobuf/issues/13485
protobuf >= 3.19.6, != 4.24.0
setuptools >= 41.0.0 # Note: provides pkg_resources as well as setuptools
# A dependency of our vendored packages. This lower bound has not been correctly
Expand Down

0 comments on commit c2b2dbb

Please sign in to comment.