aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Unique TensorFlower <gardener@tensorflow.org>2024-02-08 15:40:34 -0800
committerTensorFlower Gardener <gardener@tensorflow.org>2024-02-08 15:46:00 -0800
commit50236fa45e774f6dfcc71b0dac814f9b6e5353b6 (patch)
tree504bc0fff36c68404c4e4184603b0086b2dccc27
parent5611e195818e8188b37ed13e244f7d4ca3b3057a (diff)
downloadtensorflow-50236fa45e774f6dfcc71b0dac814f9b6e5353b6.tar.gz
Update the wrapt dependency range for the new wheel building as well.
PiperOrigin-RevId: 605448085
-rw-r--r--tensorflow/tools/pip_package/v2/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/tools/pip_package/v2/setup.py b/tensorflow/tools/pip_package/v2/setup.py
index 3c69bc052a8..0d2079412b5 100644
--- a/tensorflow/tools/pip_package/v2/setup.py
+++ b/tensorflow/tools/pip_package/v2/setup.py
@@ -98,7 +98,7 @@ REQUIRED_PACKAGES = [
'six >= 1.12.0',
'termcolor >= 1.1.0',
'typing_extensions >= 3.6.6',
- 'wrapt >= 1.11.0, < 1.15',
+ 'wrapt >= 1.11.0',
# TODO(b/305196096): Remove the <3.12 condition once the pkg is updated
'tensorflow-io-gcs-filesystem >= 0.23.1 ; python_version < "3.12"',
# grpcio does not build correctly on big-endian machines due to lack of