Skip to content

Commit

Permalink
Merge pull request #61094 from tensorflow/venkat-patch-444
Browse files Browse the repository at this point in the history
Cherry-pick: Fix unit test failure caused by numpy update
  • Loading branch information
learning-to-play committed Jun 27, 2023
2 parents 2cd9b41 + 02478f0 commit 8e2b665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/tools/pip_package/setup.py
Expand Up @@ -94,7 +94,7 @@ def standard_or_nightly(standard, nightly):
'jax >= 0.3.15',
'libclang >= 13.0.0',
# TODO(b/263178356): numpy 1.24 breaks TF's tests
'numpy >= 1.22, <1.24',
'numpy >= 1.22, <= 1.24.3',
'opt_einsum >= 2.3.2',
'packaging',
# TODO(b/182876485): Protobuf 3.20 results in linker errors on Windows
Expand Down

0 comments on commit 8e2b665

Please sign in to comment.