Skip to content

Commit

Permalink
Merge pull request #61075 from elfringham/limit_numpy
Browse files Browse the repository at this point in the history
Fix unit test failure caused by numpy update
  • Loading branch information
learning-to-play authored Jun 26, 2023
2 parents 5b6abc8 + 90389e9 commit 6657f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/tools/pip_package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def standard_or_nightly(standard, nightly):
'google_pasta >= 0.1.1',
'h5py >= 2.9.0',
'libclang >= 13.0.0',
'numpy >= 1.22',
'numpy >= 1.22, <= 1.24.3',
'opt_einsum >= 2.3.2',
'packaging',
'protobuf>=3.20.3,<5.0.0dev,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5',
Expand Down

0 comments on commit 6657f49

Please sign in to comment.