Skip to content

Remove CUDA 11 from dependencies.yaml #1143

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 5, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 2 additions & 33 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,6 @@ dependencies:
specific:
- output_types: conda
matrices:
- matrix:
cuda: "11.4"
packages:
- cuda-version=11.4
- matrix:
cuda: "11.8"
packages:
- cuda-version=11.8
- matrix:
cuda: "12.0"
packages:
Expand All @@ -103,10 +95,6 @@ dependencies:
specific:
- output_types: conda
matrices:
- matrix:
cuda: "11.*"
packages:
- cudatoolkit
- matrix:
cuda: "12.*"
packages:
Expand Down Expand Up @@ -162,13 +150,9 @@ dependencies:
specific:
- output_types: [requirements, pyproject]
matrices:
- matrix: {cuda: "12.*"}
- matrix: # All CUDA 12 versions
packages:
- &cupy_cu12 cupy-cuda12x>=12.0.0
- matrix: {cuda: "11.*"}
packages:
- cupy-cuda11x>=12.0.0
- {matrix: null, packages: [*cupy_cu12]}
- cupy-cuda12x>=12.0.0
depends_on_ucx_build:
common:
- output_types: conda
Expand All @@ -189,11 +173,6 @@ dependencies:
cuda_suffixed: "true"
packages:
- libucx-cu12>=1.15.0,<1.15.1
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- libucx-cu11>=1.15.0,<1.15.1
# this fallback is intentionally empty... it simplifies building from source
# without CUDA, e.g. 'pip install .'
- matrix: null
Expand All @@ -216,11 +195,6 @@ dependencies:
cuda_suffixed: "true"
packages:
- libucx-cu12>=1.15.0,<1.19
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- libucx-cu11>=1.15.0,<1.19
# this fallback is intentionally empty... it simplifies building from source
# without CUDA, e.g. 'pip install .'
- matrix: null
Expand Down Expand Up @@ -252,11 +226,6 @@ dependencies:
cuda_suffixed: "true"
packages:
- cudf-cu12==25.8.*,>=0.0.0a0
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- cudf-cu11==25.8.*,>=0.0.0a0
- matrix:
packages:
- *cudf_unsuffixed