-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unpin dask when slicing bug is fixed #6264
Comments
Once un-pinned, we should stop skipping these two doctests, which are fixed by future releases of Dask: iris/lib/iris/common/resolve.py Lines 2595 to 2598 in 71fa550
|
Dask 2025.1.0 is now available that includes this fix 🎉 |
do you guys want me to open a PR to fix the pin? I can do that, for free 😁 |
By all means 👍 |
See #6312 - you owe me exactly one pint 🍺 - nothing's for free 😁 |
📰 Custom Issue
Dask is currently pinned by the bug raised in #6251, see dask/dask#11614. This pin should be removed when there is a version of dask which fixes this.
The text was updated successfully, but these errors were encountered: