Skip to content

Commit 94def19

Browse files
sampathwebtensorflower-gardener
authored andcommitted
Update numpy version in requirements.txt to match TF's version.
PiperOrigin-RevId: 678394737
1 parent c5f9773 commit 94def19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# The rest of the packages are mostly used for testing purpose.
33
pandas
44
pydot
5-
scipy ~= 1.9.2
5+
scipy
66
# Remove once both TensorFlow and TF-Keras nightly builds pass.
77
# Temporarily enforce 3.20.3 version, as the only version which is compatible
88
# with both new and old protobuf stubs. This is needed to resolve
@@ -13,7 +13,7 @@ tf-nightly
1313
portpicker
1414
pyyaml
1515
Pillow
16-
numpy ~= 1.24.3 # Sync with the numpy version used in TF
16+
numpy >= 1.26.0, < 2.1.0 # Sync with the numpy version used in TF
1717
black==22.3.0
1818
isort==5.10.1
1919
flake8==4.0.1

0 commit comments

Comments
 (0)