We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d82420a + 496730b commit 23724d2Copy full SHA for 23724d2
tensorflow/tools/pip_package/setup.py
@@ -108,7 +108,7 @@ def standard_or_nightly(standard, nightly):
108
'setuptools',
109
'six >= 1.12.0',
110
'termcolor >= 1.1.0',
111
- 'typing_extensions >= 3.6.6',
+ 'typing_extensions>=3.6.6,<4.6.0',
112
# TODO(b/266362323): wrapt==1.15.0rc0 incompatible with TF 2.12.0 RC0 (and
113
# nightly, but works with TF 2.11)
114
'wrapt >= 1.11.0, <1.15',
0 commit comments