From 6bf5ebacd362a898d2580e88e17113ddcfeafdae Mon Sep 17 00:00:00 2001 From: James Lamb Date: Tue, 17 Dec 2024 13:19:57 -0800 Subject: [PATCH] pylibraft no longer needs CUDA-wheels runtime dependency --- dependencies.yaml | 1 - python/pylibraft/pyproject.toml | 4 ---- 2 files changed, 5 deletions(-) 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 = [