-
Notifications
You must be signed in to change notification settings - Fork 538
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
remove unnecessary 'setuptools' dependency #5901
Conversation
@jameslamb is this PR ready to get out of draft? |
Sure! I was waiting to ask for reviews until I saw CI (hopefully) passing. Looks like the I strongly suspect those are not related to my changes, but I'm not sure.
|
@jameslamb those jobs are not blocking and those failures are known/expected currently (there are a few PRs with fixes in flight). |
Oh ok great! Then yes I think this is ready. |
admin merging |
Contributes to rapidsai/build-planning#62.
It looks like this project has an unnecessary dependency on
setuptools
. I suspect that's left over from before the project was cut over toscikit-build-core
.Notes for Reviewers
There are no uses of
setuptools
here:Also note that I'm intentionally targeting
branch-24.08
, to avoid making this change onbranch-24.06
so close to a release.