File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,7 @@ numpy >= 1.12.0
26
26
# At the same time, any constraints we specify here must allow at least some
27
27
# version to be installed that is also compatible with TensorFlow's constraints:
28
28
# 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 , != 4.24.0
32
30
requests >= 2.21.0 , < 3
33
31
setuptools >= 41.0.0 # Note: provides pkg_resources as well as setuptools
34
32
# A dependency of our vendored packages. This lower bound has not been correctly
You can’t perform that action at this time.
0 commit comments