From 0d3308230ccf75fe1633e5dd2494daa618d0e6f5 Mon Sep 17 00:00:00 2001 From: Adrian RC Date: Fri, 20 Oct 2023 22:10:30 +0000 Subject: [PATCH] Relaxes restriction on protobuf dep since issue was fixed. --- tensorboard/pip_package/requirements.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tensorboard/pip_package/requirements.txt b/tensorboard/pip_package/requirements.txt index cc8d657cc7..4f6a36ef44 100644 --- a/tensorboard/pip_package/requirements.txt +++ b/tensorboard/pip_package/requirements.txt @@ -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