Unpin dask and distributed for 24.04 development#25
Merged
vyasr merged 1 commit intorapidsai:branch-24.04from Feb 22, 2024
Merged
Unpin dask and distributed for 24.04 development#25vyasr merged 1 commit intorapidsai:branch-24.04from
24.04 development#25vyasr merged 1 commit intorapidsai:branch-24.04from
Conversation
vyasr
approved these changes
Feb 22, 2024
Member
|
Just a note that we should hold off on releasing this change. It seems likely that we will want to remain pinned to dask-2024.1.1 for 24.04. |
Member
|
Merging added nightlies already. So this is being consumed in RAPIDS If we want to change this, can I ask you ( @rjzamora ) to writeup recommendations on handling Dask in RAPIDS 24.04? Possible repos for this issue (though not limited to these locations): |
Member
|
Am now seeing there is a longer discussion happening offline on this topic. Let's continue there for now That said, it would still be good to have a tracking issue now; where we can fill in more details later |
Member
|
Tracked in issue: #26 |
galipremsagar
pushed a commit
that referenced
this pull request
Feb 29, 2024
- This rolls back the changes in #25 until we have a plan to deal with the loud `dask.dataframe` deprecation warning in `dask>=2024.2.0` - This adds `dask_expr` as a dependency in preparation for rapidsai/cudf#14805 (happy to add this in a follow-up PR if others prefer) - We may be able to remove the pin for 24.04 if/when #27 is merged (fingers crossed). However, the *default* plan is still to keep the 2024.1.1 dask pin in place until 24.06 (see: #26)
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.
This PR unpins dask and distributed for
24.04development.