diff --git a/requirements.txt b/requirements.txt index 8043903..b64e935 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ matplotlib == 2.1.2 numpy == 1.16.0 pandas == 0.23.0 pathos == 0.2.2 -scipy == 1.1.0 +scipy == 1.10.0 scikit-learn == 0.24.1 tqdm == 4.23.2 tslearn == 0.5.0.5 diff --git a/setup.py b/setup.py index c5af2ac..a6d412d 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ 'numpy==1.16.0', 'pandas==0.22.0', 'pathos==0.2.2', - 'scipy==1.1.0', + 'scipy==1.10.0', 'sklearn==0.0', 'tqdm==4.23.2', 'tslearn==0.1.27',