Skip to content

Commit

Permalink
Merge pull request tensorflow#1754 from ROCmSoftwarePlatform/develop-…
Browse files Browse the repository at this point in the history
…upstream-numpy-pin

Add upper limit pin for numpy to <1.23
  • Loading branch information
jayfurmanek committed Jul 8, 2022
2 parents b97b8a5 + 038b476 commit e32c7ad
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 @@ -82,7 +82,7 @@ def standard_or_nightly(standard, nightly):
'h5py >= 2.9.0',
'keras_preprocessing >= 1.1.1', # 1.1.0 needs tensorflow==1.7
'libclang >= 13.0.0',
'numpy >= 1.20',
'numpy >= 1.20, < 1.23', # 1.23 is causing some unit test fails
'opt_einsum >= 2.3.2',
'packaging',
# TODO(b/182876485): Protobuf 3.20 results in linker errors on Windows
Expand Down

0 comments on commit e32c7ad

Please sign in to comment.