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
680 stars 180 forks source link

remove unnecessary 'setuptools' dependencies #2343

Closed jameslamb closed 1 month ago

jameslamb commented 1 month ago

Contributes to https://github.com/rapidsai/build-planning/issues/62.

It looks like this some of this project's conda recipes have unnecessary dependencies on setuptools. I suspect those are left over from before the project was cut over to scikit-build-core.

Notes for Reviewers

How I confirmed there were no direct uses of setuptools in pylibraft and raft-dask:

git grep -i setuptools
jameslamb commented 1 month ago

/merge