-
Notifications
You must be signed in to change notification settings - Fork 197
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
[HOTFIX] Fix pinnings for dask. #1082
Conversation
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.
looks good - thanks for updating!
(btw, I have a PR #1083 to update the codespell settings to ignore the changelog because of the initial failure here)
@@ -26,10 +26,10 @@ | |||
"numpy", | |||
"numba>=0.49", | |||
"joblib>=0.11", | |||
"dask-cuda>=22.10", | |||
"dask>=2022.9.1", | |||
"dask-cuda==22.12", |
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.
We might want to add this to release version upgrade script at https://github.com/rapidsai/raft/blob/bd2fa8ade237613c769aaf26489a7bf49b353d8c/ci/release/update-version.sh
Though this can be done in 23.02, should be good to merge this PR once @cjnolet approves.
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
The pip package pinnings were missed in #1062.