That PR used != requirements to skip a particular version of cuda-python that rmm was incompatible with. A newer version of cuda-python (12.6.2 for CUDA 12, 11.8.5 for CUDA 11) was just released, and it also causes some build issues for RAPIDS libraries: https://github.com/rapidsai/cuvs/pull/445#issuecomment-2461146449
To unblock CI across RAPIDS, this proposes temporarily switching to ceilings on rmm's cuda-python dependency.
Description
Follow-up to #1720
Contributes to https://github.com/rapidsai/build-planning/issues/116
That PR used
!=
requirements to skip a particular version ofcuda-python
thatrmm
was incompatible with. A newer version ofcuda-python
(12.6.2 for CUDA 12, 11.8.5 for CUDA 11) was just released, and it also causes some build issues for RAPIDS libraries: https://github.com/rapidsai/cuvs/pull/445#issuecomment-2461146449To unblock CI across RAPIDS, this proposes temporarily switching to ceilings on
rmm
'scuda-python
dependency.Checklist