Skip to content

Commit

Permalink
Relaxes restriction on protobuf dep since issue was fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
arcra committed Oct 20, 2023
1 parent dd87678 commit 0d33082
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tensorboard/pip_package/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ numpy >= 1.12.0
# At the same time, any constraints we specify here must allow at least some
# version to be installed that is also compatible with TensorFlow's constraints:
# https://github.com/tensorflow/tensorflow/blob/9d22f4a0a9499c8e10a4312503e63e0da35ccd94/tensorflow/tools/pip_package/setup.py#L100-L107
# We needed to add an upper bound restriction due to issue reported in:
# https://github.com/protocolbuffers/protobuf/issues/13485
protobuf >= 3.19.6, < 4.24
protobuf >= 3.19.6
requests >= 2.21.0, < 3
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 0d33082

Please sign in to comment.