-
Notifications
You must be signed in to change notification settings - Fork 96
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
[REVIEW] Unpin dask
and distributed
for development
#1110
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## branch-23.04 #1110 +/- ##
===============================================
Coverage ? 87.91%
===============================================
Files ? 17
Lines ? 2300
Branches ? 0
===============================================
Hits ? 2022
Misses ? 278
Partials ? 0 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just to be sure, nothing has changed w.r.t. the procedure, right? We still need to wait for the actual 23.02 to release before merging this, otherwise forward merge will revert this change. Blocking for now, but please correct me if anything has changed and this can be merged immediately.
I don't think merging cc: @ajschmidt8 | @raydouglass incase that's changed. Update: Discussed offline with @pentschev and decided to hold off merging. |
Just to clarify my previous comment: forward merge may revert this change, if any changes are merged into 23.02 before release. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @galipremsagar !
/merge |
This PR unpins
dask
anddistributed
for23.04
development.xref: rapidsai/cudf#12710