Closed jakirkham closed 2 months ago
Also we are seeing the same hang in pytest cuml-dask
CUDA 12.5 wheel tests on CI as we have seen elsewhere: https://github.com/rapidsai/cuml/issues/6050
Closing as resolved via PR: https://github.com/rapidsai/cuml/pull/6031
For context, one of the test failures we see on CI is
This issue was fixed in upstream PR ( https://github.com/lmcinnes/pynndescent/pull/242 ) and released in 0.5.13
However currently that fix isn't picked up here as
pynndescent
is pinned to0.5.5
https://github.com/rapidsai/cuml/blob/973a65ff703a14d9dd8f355af373e2053444b27a/dependencies.yaml#L512
Separately cuML appears not to have a NumPy 2 pin, which causes it to be picked up here. Fixing support with NumPy 2 is being handled in PR ( https://github.com/rapidsai/cuml/pull/6031 ). Also a NumPy pin is being added there to better constrain this dependency