-
Notifications
You must be signed in to change notification settings - Fork 915
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
and distributed
for development
#13508
Conversation
Similar to dask-cuda, it seems that unpinning is not in effect, I think we may need to unpin Dask-CUDA first. |
Discussed with @pentschev offline and we are going to admin merge this PR to unblock rest of the unpinning & upgrade PRs. |
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.
Left one minor suggestion but otherwise LGTM. Thanks @galipremsagar !
This PR unpins `dask` and `distributed` to `>=2023.5.1` for `23.08` development. xref: rapidsai/cudf#13508 Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - Ray Douglass (https://github.com/raydouglass) URL: #1189
… test (#1574) This PR unpins `dask` and `distributed` to `>=2023.5.1` for `23.08` development. xref: rapidsai/cudf#13508 The offending test was using an rmm::device_scalar for some memory that should have been a vector. Not sure how this didn't fail in the past but these changes fix it. Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) - Corey J. Nolet (https://github.com/cjnolet) Approvers: - Ray Douglass (https://github.com/raydouglass) - Corey J. Nolet (https://github.com/cjnolet) URL: #1574
This PR unpins `dask` and `distributed` to `>=2023.5.1` for `23.08` development. xref: rapidsai/cudf#13508 Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - Carl Simon Adorf (https://github.com/csadorf) - Ray Douglass (https://github.com/raydouglass) URL: #5452
This PR unpins `dask` and `distributed` to `>=2023.5.1` for `23.08` development. xref: rapidsai/cudf#13508 Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - Rick Ratzel (https://github.com/rlratzel) - Ray Douglass (https://github.com/raydouglass) URL: #3634
Description
This PR unpins
dask
anddistributed
to>=2023.5.1
for23.08
development.Checklist