diff --git a/setup.py b/setup.py index 37faed52..fd998853 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ LICENSE = 'MIT' -INSTALL_REQUIRES = ['cython', 'numpy', 'dask[array]'] +INSTALL_REQUIRES = ['numpy', 'dask[array]'] # full installation with all optional dependencies EXTRAS_REQUIRE = {'full': ['scipy', 'matplotlib', 'seaborn', 'pandas', 'scikit-learn',