Skip to content

Commit

Permalink
Update numpy version in requirements.txt to match TF's version.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 678394737
  • Loading branch information
sampathweb authored and tensorflower-gardener committed Sep 24, 2024
1 parent c5f9773 commit 94def19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# The rest of the packages are mostly used for testing purpose.
pandas
pydot
scipy ~= 1.9.2
scipy
# Remove once both TensorFlow and TF-Keras nightly builds pass.
# Temporarily enforce 3.20.3 version, as the only version which is compatible
# with both new and old protobuf stubs. This is needed to resolve
Expand All @@ -13,7 +13,7 @@ tf-nightly
portpicker
pyyaml
Pillow
numpy ~= 1.24.3 # Sync with the numpy version used in TF
numpy >= 1.26.0, < 2.1.0 # Sync with the numpy version used in TF
black==22.3.0
isort==5.10.1
flake8==4.0.1

0 comments on commit 94def19

Please sign in to comment.