Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove unnecessary 'setuptools' dependency (#385)
Contributes to rapidsai/build-planning#62. It looks like this some of the `kvikio` conda package recipe has an unnecessary dependency on `setuptools`. I suspect that's left over from before the project was cut over to `scikit-build-core`. This proposes removing it. ## Notes for Reviewers How I confirmed there were no direct uses of `setuptools` in this project: ```shell git grep -i setuptools ``` Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Jake Awe (https://github.com/AyodeAwe) URL: #385
- Loading branch information