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
remove mindspore requirement in setup.py and requirement.txt
tags/v1.2.1
zheng-huanhuan
5 years ago
parent
66df8437be
commit
fa47303e90
2 changed files
with
1 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
requirements.txt
+1
-2
setup.py
+ 0
- 1
requirements.txt
View File
@@ -4,4 +4,3 @@ matplotlib >= 3.1.3
pytest >= 4.3.1
wheel >= 0.32.0
setuptools >= 40.8.0
mindspore
+ 1
- 2
setup.py
View File
@@ -95,8 +95,7 @@ setup(
install_requires=[
'scipy >= 1.3.3',
'numpy >= 1.17.0',
'matplotlib >= 3.1.3',
'mindspore'
'matplotlib >= 3.1.3'
],
)
print(find_packages())
Write
Preview
Loading…
Cancel
Save