-
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
Remove upper bounds on cuda-python to allow 12.6.2 and 11.8.5 #2517
Remove upper bounds on cuda-python to allow 12.6.2 and 11.8.5 #2517
Conversation
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
- libucxx==0.42.*,>=0.0.0a0 | ||
- nccl>=2.19 | ||
- spdlog>=1.14.1,<1.15 |
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.
spdlog
was missing in RAFT conda devcontainers. Previously it was gotten transitively from RMM but that was removed in rapidsai/rmm#1739, causing a build failure. I discussed with @vyasr and we agreed this fix (adding spdlog
) is necessary for the short term. In the medium-to-long term, @vyasr is going to rework the loggers.
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.
Thanks for summarizing that here, works for me.
(and thanks for alphabetizing this list while you're touching it).
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.
Just adding a spdlog
dependency for now sounds good to me, thanks.
/merge |
Now that some upstream bugs have been fixed, we can allow cuda-python 12.6.2 and 11.8.5.
See NVIDIA/cuda-python#226 (comment) for more information.