Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 02478f0

Browse files
committed
Fix unit test failure caused by numpy update
1 parent 29479ed commit 02478f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/tools/pip_package/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def standard_or_nightly(standard, nightly):
9494
'jax >= 0.3.15',
9595
'libclang >= 13.0.0',
9696
# TODO(b/263178356): numpy 1.24 breaks TF's tests
97-
'numpy >= 1.22, <1.24',
97+
'numpy >= 1.22, <= 1.24.3',
9898
'opt_einsum >= 2.3.2',
9999
'packaging',
100100
# TODO(b/182876485): Protobuf 3.20 results in linker errors on Windows

0 commit comments

Comments
 (0)