Skip to content

Commit

Permalink
remove unnecessary 'setuptools' dependency (#5901)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed May 24, 2024
1 parent 7585e60 commit 1560886
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion conda/recipes/cuml-cpu/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ requirements:
- ninja
host:
- python x.x
- setuptools
- scikit-build-core >=0.7.0
- cython>=3.0.0
run:
Expand Down
1 change: 0 additions & 1 deletion conda/recipes/cuml/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ requirements:
- python x.x
- raft-dask ={{ minor_version }}
- scikit-build-core >=0.7.0
- setuptools
- treelite {{ treelite_version }}
run:
- {{ pin_compatible('cuda-version', max_pin='x', min_pin='x') }}
Expand Down
1 change: 0 additions & 1 deletion python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ cuML's convenience [development yaml files](https://github.com/rapidsai/cuml/tre
To build cuML's Python package, the following dependencies are required:

- cudatoolkit version corresponding to system CUDA toolkit
- setuptools
- cython >= 0.29, < 0.30
- numpy
- cmake >= 3.14
Expand Down

0 comments on commit 1560886

Please sign in to comment.