-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix: relax dask version requirement and use a better check for Task #563
Conversation
We are accepting more future work by allowing for earlier dask. That must be recognised. |
It's less future work w.r.t. people managing clusters and images. There are all sorts of weird regressions from dask version to dask version, their pinning times are much longer than ours. |
@martindurant changing things so that we avoid touching the private module |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
any further commentary on this one? |
@martindurant we got pretty... erm direct... feedback that backwards compatibility would be appreciated.
Also the current check was not working with very recent, but older, dask that has
Task
but it isn't used in blockwise.