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',