-
Notifications
You must be signed in to change notification settings - Fork 533
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
Allow CuPy 11 #4837
Allow CuPy 11 #4837
Conversation
Could someone please help add the appropriate labels here? |
@@ -51,7 +51,7 @@ requirements: | |||
- libcuml={{ version }} | |||
- libcumlprims {{ minor_version }} | |||
- pyraft {{ minor_version }} | |||
- cupy>=7.8.0,<11.0.0a0 | |||
- cupy>=7.8.0,<12.0.0a0 |
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.
Small question, should we do the same for the dev environments?
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 can do that. Looked at the environment files here, but didn't see cupy
listed. Do we want to add it as part of this PR?
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 currently it is tied to the meta packages or brought by cudf, so we should be fine with the PR as is
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.
Sounds good. Happy to follow up if needed :)
@gpucibot merge |
Thanks all! 🙏 |
This reverts commit dc77d6b.
Reverts #4837 Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - Dante Gama Dessavre (https://github.com/dantegd) - Ray Douglass (https://github.com/raydouglass) URL: #4847
Allows cuML to be installed with CuPy 11. xref: rapidsai/integration#508 Authors: - https://github.com/jakirkham Approvers: - Sevag H (https://github.com/sevagh) - Dante Gama Dessavre (https://github.com/dantegd) URL: rapidsai#4837
Reverts rapidsai#4837 Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - Dante Gama Dessavre (https://github.com/dantegd) - Ray Douglass (https://github.com/raydouglass) URL: rapidsai#4847
Allows cuML to be installed with CuPy 11.
xref: rapidsai/integration#508