diff --git a/setup.py b/setup.py index 3b776d3..27677d4 100644 --- a/setup.py +++ b/setup.py @@ -39,5 +39,5 @@ ], python_requires='>=3.5', zip_safe=False, - install_requires=['numpy','scipy','matplotlib'], + install_requires=['numpy','scipy'], )