rapidsai / raft

RAFT contains fundamental widely-used algorithms and primitives for machine learning and information retrieval. The algorithms are CUDA-accelerated and form building blocks for more easily writing high performance applications.
https://docs.rapids.ai/api/raft/stable/
Apache License 2.0
746 stars 189 forks source link

Fix raft-dask dependency on pylibraft. #2347

Closed bdice closed 4 months ago

bdice commented 4 months ago

This PR fixes an issue where raft-dask-cu12 wheels had a dependency on both pylibraft-cu12 and pylibraft. The latter should not exist.

jameslamb commented 4 months ago

I've merged these changes into #2349 (since that also changes CI to ensure it fails if we didn't catch all the dependency issues). Closing this.