Skip to content

Commit

Permalink
Merge pull request #135 from astronomy-commons/issue/121/add-dask-com…
Browse files Browse the repository at this point in the history
…plete

Specify dependency on `dask[complete]`
  • Loading branch information
camposandro authored Jan 29, 2024
2 parents 1f49551 + 73a1d5e commit 019d3ac
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ classifiers = [
]
dynamic = ["version"]
dependencies = [
# dask distributed is included to ease creation of parallel dask clients.
"dask[dataframe,distributed]",
# Includes dask[array,dataframe,distributed,diagnostics].
# dask distributed eases the creation of parallel dask clients.
# dask diagnostics is required to spin up the dashboard for profiling.
"dask[complete]",
"hipscat",
"pyarrow",
"deprecated",
Expand Down

0 comments on commit 019d3ac

Please sign in to comment.