Skip to content

Commit

Permalink
require dask array
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwigway committed Dec 24, 2020
1 parent 8d551ad commit dfad08e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ pandas>=1.0,<2.0
dill>=0.3,<1.0
pyarrow>=0.15,<1.0
scipy>=1.5,<2.0
dask
dask[array]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"pandas",
"dill",
"scipy",
"dask",
"dask[array]",
],
author="Matthew Wigginton Conway",
author_email="matt@indicatrix.org",
Expand Down

0 comments on commit dfad08e

Please sign in to comment.