Skip to content

Commit

Permalink
remove unnecessary requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
alimanfoo committed May 14, 2021
1 parent e44b893 commit a597b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit a597b50

Please sign in to comment.