Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 29479ed commit 02478f0Copy full SHA for 02478f0
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