-
Notifications
You must be signed in to change notification settings - Fork 94
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] Upgrade min dask
& distributed
versions
#872
Conversation
We will still need a new release of Distributed and #870 to be merged, those were breaking changes. |
This means we will require to upgrade min version to |
rerun tests |
Sorry I missed responding here. Yes, we'll need dask/distributed#5904 merged first, but likely this will be in |
PR ( dask/distributed#5904 ) just got merged, which I think fixes the issue here. The plan is to release Dask today. So hopefully that should unblock us here |
rerun tests |
1 similar comment
rerun tests |
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.
Everything's green again, thanks @galipremsagar !
@gpucibot merge |
This PR updates the minimum `dask`/`distributed` versions to align with rapidsai/dask-cuda#872.
This PR upgrades minimum versions of
dask
&distributed
. Upstream changes have been made: rapidsai/cudf#10182