Skip to content

Commit 46641ca

Browse files
authored
Relaxes restriction on protobuf dep since issue was fixed. (#6660)
protocolbuffers/protobuf#13485 was fixed with protocolbuffers/upb#1514, so this shouldn't be an issue anymore. If CI passes successfully with this change, then it should be fine to merge.
1 parent f10249e commit 46641ca

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tensorboard/pip_package/requirements.txt

+1-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ numpy >= 1.12.0
2626
# At the same time, any constraints we specify here must allow at least some
2727
# version to be installed that is also compatible with TensorFlow's constraints:
2828
# https://github.com/tensorflow/tensorflow/blob/9d22f4a0a9499c8e10a4312503e63e0da35ccd94/tensorflow/tools/pip_package/setup.py#L100-L107
29-
# We needed to add an upper bound restriction due to issue reported in:
30-
# https://github.com/protocolbuffers/protobuf/issues/13485
31-
protobuf >= 3.19.6, < 4.24
29+
protobuf >= 3.19.6
3230
requests >= 2.21.0, < 3
3331
setuptools >= 41.0.0 # Note: provides pkg_resources as well as setuptools
3432
# A dependency of our vendored packages. This lower bound has not been correctly

0 commit comments

Comments
 (0)