From 38005f503b0e202940fecd47ae64c073a02a95cc Mon Sep 17 00:00:00 2001 From: jin-xiulang Date: Mon, 23 Nov 2020 12:24:18 +0800 Subject: [PATCH] update scipy version and scikit-learn version. --- requirements.txt | 4 ++-- setup.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index de1c175..f82648d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ numpy >= 1.17.0 -scipy >= 1.3.3 +scipy >= 1.5.3 matplotlib >= 3.2.1 Pillow >= 2.0.0 pytest >= 4.3.1 wheel >= 0.32.0 setuptools >= 40.8.0 -scikit-learn >= 0.21.2 +scikit-learn >= 0.23.1 diff --git a/setup.py b/setup.py index ad48fe0..483cc33 100644 --- a/setup.py +++ b/setup.py @@ -101,11 +101,11 @@ setup( 'bdist_wheel': bdist_wheel }, install_requires=[ - 'scipy >= 1.3.3', + 'scipy >= 1.5.3', 'numpy >= 1.17.0', 'matplotlib >= 3.2.1', 'Pillow >= 2.0.0', - 'scikit-learn >= 0.21.2' + 'scikit-learn >= 0.23.1' ], classifiers=[ 'License :: OSI Approved :: Apache Software License'