We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2cd9b41 + 02478f0 commit 8e2b665Copy full SHA for 8e2b665
tensorflow/tools/pip_package/setup.py
@@ -94,7 +94,7 @@ def standard_or_nightly(standard, nightly):
94
'jax >= 0.3.15',
95
'libclang >= 13.0.0',
96
# TODO(b/263178356): numpy 1.24 breaks TF's tests
97
- 'numpy >= 1.22, <1.24',
+ 'numpy >= 1.22, <= 1.24.3',
98
'opt_einsum >= 2.3.2',
99
'packaging',
100
# TODO(b/182876485): Protobuf 3.20 results in linker errors on Windows
0 commit comments