Update Conda recipe's Dask to 2026.1.1#147
Merged
jameslamb merged 1 commit intorapidsai:release/26.02from Jan 29, 2026
Merged
Conversation
bdice
approved these changes
Jan 29, 2026
Member
Author
|
Thanks Bradley! 🙏 |
Member
Author
|
/merge |
Member
Author
|
Hmm...think I use to have write permissions here. Have raised an issue to address |
Contributor
|
/merge |
Contributor
|
@jakirkham I attempted a merge to confirm -- but this is probably due to code freeze for 26.02, not write access. |
Member
Author
|
Ah ok. That could be. Will ask offline then |
Member
|
Good catch, thanks John! |
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.
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