From 94def19c8d8602ab3403fb08314e3c433f1a4f12 Mon Sep 17 00:00:00 2001 From: Ramesh Sampath Date: Tue, 24 Sep 2024 14:20:09 -0700 Subject: [PATCH] Update numpy version in requirements.txt to match TF's version. PiperOrigin-RevId: 678394737 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 28e51da8e..c28ccabba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 @@ -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 \ No newline at end of file