Closed ianthomas23 closed 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.
I've confirmed locally that the dependencies are correct after installing via:
pip install -ve .
pyctdev
pip
conda
Thanks!
PR #1107 erroneously (my fault) reintroduced a heavy dask dependency that we have been trying to remove. This PR corrects the change.