This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
hummingbird
/
mindarmour
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
17
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
update scipy version and scikit-learn version.
tags/v1.2.1
jin-xiulang
4 years ago
parent
483c469a4d
commit
38005f503b
2 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
requirements.txt
+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.2
1.2
scikit-learn >= 0.2
3.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.2
1.2
'
'scikit-learn >= 0.2
3.1
'
],
classifiers=[
'License :: OSI Approved :: Apache Software License'
Write
Preview
Loading…
Cancel
Save