Browse Source

update scipy version and scikit-learn version.

tags/v1.2.1
jin-xiulang 4 years ago
parent
commit
38005f503b
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      requirements.txt
  2. +2
    -2
      setup.py

+ 2
- 2
requirements.txt View File

@@ -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

+ 2
- 2
setup.py View File

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


Loading…
Cancel
Save