Skip to content

Commit

Permalink
pylibraft no longer needs CUDA-wheels runtime dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Dec 17, 2024
1 parent ad13d08 commit 6bf5eba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ files:
extras:
table: project
includes:
- cuda_wheels
- depends_on_libraft
- depends_on_cuda_python
- depends_on_rmm
Expand Down
4 changes: 0 additions & 4 deletions python/pylibraft/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ dependencies = [
"cuda-python",
"libraft==25.2.*,>=0.0.0a0",
"numpy>=1.23,<3.0a0",
"nvidia-cublas",
"nvidia-curand",
"nvidia-cusolver",
"nvidia-cusparse",
"rmm==25.2.*,>=0.0.0a0",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
classifiers = [
Expand Down

0 comments on commit 6bf5eba

Please sign in to comment.