Browse Source

remove mindspore requirement in setup.py and requirement.txt

tags/v1.2.1
zheng-huanhuan 5 years ago
parent
commit
fa47303e90
2 changed files with 1 additions and 3 deletions
  1. +0
    -1
      requirements.txt
  2. +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())

Loading…
Cancel
Save