Skip to content

Commit 8e2b665

Browse files
Merge pull request #61094 from tensorflow/venkat-patch-444
Cherry-pick: Fix unit test failure caused by numpy update
2 parents 2cd9b41 + 02478f0 commit 8e2b665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/tools/pip_package/setup.py

+1-1
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)