Update to dask==2026.1.1#142
Merged
rapids-bot[bot] merged 5 commits intorapidsai:release/26.02from Jan 20, 2026
Merged
Conversation
This reverts commit 37de42f.
This PR updates the repository to version 26.04. This is part of the 26.02 release burndown process.
pentschev
approved these changes
Jan 16, 2026
jameslamb
requested changes
Jan 20, 2026
Member
jameslamb
left a comment
There was a problem hiding this comment.
Thanks for this!
There are a couple 26.04 changes here. Now that this PR has been retargeted to release/26.02, this branch should rebased onto that one.
git fetch upstream release/26.02
git rebase release/26.02
git push origin tom/dask-2026 --force
Contributor
Author
|
Thanks. We should be back to just the dask version changes. |
rjzamora
approved these changes
Jan 20, 2026
Member
rjzamora
left a comment
There was a problem hiding this comment.
Thanks for taking care of this @TomAugspurger
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Member
|
/ok to test cbceb21 |
Contributor
Author
|
/merge |
Member
|
Thanks all for working on this! 🙏 Unfortunately this missed the Conda recipe, which needs the same updates |
This was referenced Jan 29, 2026
Member
|
Submitted a fix with PR: #147 |
jameslamb
pushed a commit
that referenced
this pull request
Jan 29, 2026
Dask was updated to 2026.1.1 in PR: #142 However this missed updating the Conda recipe This PR updates the Conda recipes as well
rapids-bot bot
pushed a commit
that referenced
this pull request
Jan 29, 2026
## Summary - Adds a pre-commit hook that validates dask, dask-core, and distributed versions are consistent across `dependencies.yaml`, `pyproject.toml`, and `conda/recipes/rapids-dask-dependency/recipe.yaml` This addresses the issue seen in #142 and #147 where the conda recipe was not updated when the dask version was changed in `dependencies.yaml`. The hook: - Uses only Python standard library (no external dependencies) - Only runs when relevant files are modified - Provides clear error messages showing which files have mismatched versions Authors: - Bradley Dice (https://github.com/bdice) - Peter Andreas Entschev (https://github.com/pentschev) Approvers: - https://github.com/jakirkham - Peter Andreas Entschev (https://github.com/pentschev) URL: #148
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.