From 24f80e8c76de4140a88726874e76bc0012275b5c Mon Sep 17 00:00:00 2001 From: Steve Chien Date: Wed, 6 Jul 2022 16:26:28 -0700 Subject: [PATCH] Increase scipy version to 1.7.1. PiperOrigin-RevId: 459371512 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8e21c68..9b58748 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ matplotlib~=3.3.4 mpmath numpy~=1.21.5 pandas~=1.1.4 -scipy~=1.5.0 +scipy~=1.7.1 scikit-learn~=1.0.2 tensorflow-datasets~=4.5.2 tensorflow-estimator~=2.4 diff --git a/setup.py b/setup.py index 64cdb1d..6bbadca 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setup( 'matplotlib~=3.3.4', 'numpy~=1.21.5', 'pandas~=1.1.4', - 'scipy~=1.5.0', + 'scipy~=1.7.1', 'scikit-learn~=1.0.2', 'tensorflow-datasets~=4.5.2', 'tensorflow-estimator~=2.4',