-
Notifications
You must be signed in to change notification settings - Fork 310
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
Split CPP libraries into separate wheels #4507
Conversation
"cupy-cuda11x>=12.0.0", | ||
"libcugraph==24.6.*", | ||
"pylibraft==24.6.*", | ||
"rmm==24.6.*", |
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.
hey @msarahan I know this is still a draft and not ready for review, but was just skimming it and wanted to note that I noticed this... looks like you still have a bunch of 24.6
dependencies in here, even though this is targeting release 24.08. Those should all get updated.
ci/release/update-version.sh '24.08.00'
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.
I think that should be changed in dependencies.yaml, and then this pyproject.toml should be regenerated. At any rate, thanks. I have only just merged in branch-24.08, and will start seeing what other fixes are necessary.
I was wrong about not being able to push to Vyas' branch. I didn't have my SSO configured for SSH keys. I'm closing this PR and working on #4340 |
This is a duplicate of #4340. I'm putting it up as a new PR because I'm taking over the work, but I don't have permissions to push directly to Vyas' fork (I guess I'm not a maintainer here).
I'm happy to close this PR if it is preferable to sort out permissions for me to push to Vyas' fork.