Skip to content

Commit

Permalink
remove unnecessary 'setuptools' dependencies (#2343)
Browse files Browse the repository at this point in the history
Contributes to rapidsai/build-planning#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`:

```shell
git grep -i setuptools
```

Authors:
  - James Lamb (https://github.com/jameslamb)

Approvers:
  - Jake Awe (https://github.com/AyodeAwe)

URL: #2343
  • Loading branch information
jameslamb authored May 30, 2024
1 parent b63caf8 commit 8ef71de
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion conda/recipes/pylibraft/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ requirements:
- python x.x
- rmm ={{ minor_version }}
- scikit-build-core >=0.7.0
- setuptools
- rapids-build-backend>=0.3.0,<0.4.0.dev0
run:
- {{ pin_compatible('cuda-version', max_pin='x', min_pin='x') }}
Expand Down
1 change: 0 additions & 1 deletion conda/recipes/raft-dask/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ requirements:
- python x.x
- rmm ={{ minor_version }}
- scikit-build-core >=0.7.0
- setuptools
- ucx-py {{ ucx_py_version }}
- ucxx {{ ucxx_version }}
- rapids-build-backend>=0.3.0,<0.4.0.dev0
Expand Down

0 comments on commit 8ef71de

Please sign in to comment.