提交 fa47303e 编写于 作者: Z zheng-huanhuan

remove mindspore requirement in setup.py and requirement.txt

上级 66df8437
......@@ -4,4 +4,3 @@ matplotlib >= 3.1.3
pytest >= 4.3.1
wheel >= 0.32.0
setuptools >= 40.8.0
mindspore
......@@ -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())
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册