Skip to content

Commit

Permalink
Fix issues with pip install and missing "dask-expr" package
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelquast committed Mar 15, 2024
1 parent 3070b67 commit 7eef546
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@ wms = [
"requests",
]

shade = ["datashader"]
shade = [
"datashader",
"dask[dataframe]", # to address https://github.com/dask/dask/issues/10995
]

gui = [
"PyQt5",
Expand Down

0 comments on commit 7eef546

Please sign in to comment.