diff --git a/dependencies.yaml b/dependencies.yaml index 58d09ad0be..924ef1f24b 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -97,7 +97,6 @@ files: extras: table: project includes: - - cuda_wheels - depends_on_libraft - depends_on_cuda_python - depends_on_rmm diff --git a/python/pylibraft/pyproject.toml b/python/pylibraft/pyproject.toml index bb0ca3c5aa..a3b1fa9372 100644 --- a/python/pylibraft/pyproject.toml +++ b/python/pylibraft/pyproject.toml @@ -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 = [