From 2d692bbf73591d7ae023fd1dcd7af1815fe0e945 Mon Sep 17 00:00:00 2001 From: Michael Reneer Date: Wed, 16 Feb 2022 21:10:29 +0000 Subject: [PATCH] Update the direct `scipy` dependency to `~=1.5.0`. PiperOrigin-RevId: 429122811 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7542d1b..3821033 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.2.1 +scipy~=1.5.0 scikit-learn~=1.0.2 tensorflow-datasets~=4.5.2 tensorflow-estimator~=2.4 diff --git a/setup.py b/setup.py index 5a2101c..2bf9202 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.2.1', + 'scipy~=1.5.0', 'scikit-learn~=1.0.2', 'tensorflow-datasets~=4.5.2', 'tensorflow-estimator~=2.4',