Skip to content

Commit

Permalink
Restricts the protobuf dependency to be < 5.0.0, due to a recent brea…
Browse files Browse the repository at this point in the history
…king change.

See tensorflow#6808 for details.
  • Loading branch information
arcra committed Mar 28, 2024
1 parent dd541a5 commit 4d5610d
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 @@ -26,7 +26,7 @@ numpy >= 1.12.0
# 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:
# https://github.com/protocolbuffers/protobuf/issues/13485
protobuf >= 3.19.6, != 4.24.0
protobuf >= 3.19.6, != 4.24.0, < 5.0.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
# vetted, but I wanted to be the least restrictive we can, since it's not a new
Expand Down

0 comments on commit 4d5610d

Please sign in to comment.