holoviz / datashader

Quickly and accurately render even the largest data.
http://datashader.org
BSD 3-Clause "New" or "Revised" License
3.32k stars 365 forks source link

Fix dask dependencies #1111

Closed ianthomas23 closed 2 years ago

ianthomas23 commented 2 years ago

PR #1107 erroneously (my fault) reintroduced a heavy dask dependency that we have been trying to remove. This PR corrects the change.

ianthomas23 commented 2 years ago

I've confirmed locally that the dependencies are correct after installing via:

jbednar commented 2 years ago

Thanks!