Skip to content
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

Merged
merged 1 commit into from
May 24, 2024

Conversation

jameslamb
Copy link
Member

@jameslamb jameslamb commented May 21, 2024

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 to scikit-build-core.

Notes for Reviewers

There are no uses of setuptools here:

git grep setuptools

Also note that I'm intentionally targeting branch-24.08, to avoid making this change on branch-24.06 so close to a release.

@jameslamb jameslamb added 2 - In Progress Currenty a work in progress improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels May 21, 2024
@github-actions github-actions bot added conda conda issue Cython / Python Cython or Python issue labels May 21, 2024
@jameslamb jameslamb changed the title WIP: remove unnecessary 'setuptools' dependency remove unnecessary 'setuptools' dependency May 22, 2024
@dantegd
Copy link
Member

dantegd commented May 22, 2024

@jameslamb is this PR ready to get out of draft?

@jameslamb
Copy link
Member Author

Sure! I was waiting to ask for reviews until I saw CI (hopefully) passing.

Looks like the cudf-pandas-integration tests are failing.

I strongly suspect those are not related to my changes, but I'm not sure.

>           for ordi in ord_label.values_host:
E           AttributeError: 'ndarray' object has no attribute 'values_host'

(build link)

@jameslamb jameslamb marked this pull request as ready for review May 22, 2024 16:00
@jameslamb jameslamb requested review from a team as code owners May 22, 2024 16:00
@jameslamb jameslamb removed the 2 - In Progress Currenty a work in progress label May 22, 2024
@dantegd
Copy link
Member

dantegd commented May 22, 2024

@jameslamb those jobs are not blocking and those failures are known/expected currently (there are a few PRs with fixes in flight).

@jameslamb
Copy link
Member Author

Oh ok great! Then yes I think this is ready.

@AyodeAwe
Copy link
Contributor

admin merging

@AyodeAwe AyodeAwe merged commit 1560886 into rapidsai:branch-24.08 May 24, 2024
61 of 64 checks passed
@jameslamb jameslamb deleted the remove-setuptools branch May 24, 2024 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conda conda issue Cython / Python Cython or Python issue improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants