-
Notifications
You must be signed in to change notification settings - Fork 532
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
Put a ceiling on cuda-python #6131
Put a ceiling on cuda-python #6131
Conversation
Wheel tests here are failing like this:
full stack trace (click me)
I suspect there was some recent change in |
I just restarted all CI here. That |
/merge |
1 similar comment
/merge |
This project is incompatible with newer versions of
cuda-python
. This puts ceilings of<=11.8.3
(CUDA 11) and<=12.6.0
(CUDA 12) on that library.Those ceilings should be removed and replaced with
!=
constraints once new releases ofcuda-python
are up that this project is compatible with.See rapidsai/build-planning#116 for more information.