diff --git a/requirements.txt b/requirements.txt index 7862fb0..30e1b74 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,3 @@ matplotlib >= 3.1.3 pytest >= 4.3.1 wheel >= 0.32.0 setuptools >= 40.8.0 -mindspore diff --git a/setup.py b/setup.py index e5caab3..7173529 100644 --- a/setup.py +++ b/setup.py @@ -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())