Skip to content

Commit a8c5bf8

Browse files
Remove CUDA 11 from dependencies.yaml (rapidsai#151)
Issue: rapidsai/build-planning#184 Authors: - Kyle Edwards (https://github.com/KyleFromNVIDIA) Approvers: - https://github.com/jakirkham URL: rapidsai#151
1 parent 8a16169 commit a8c5bf8

File tree

4 files changed

+3
-85
lines changed

4 files changed

+3
-85
lines changed

conda/environments/all_cuda-118_arch-aarch64.yaml

Lines changed: 0 additions & 26 deletions
This file was deleted.

conda/environments/all_cuda-118_arch-x86_64.yaml

Lines changed: 0 additions & 26 deletions
This file was deleted.

dependencies.yaml

Lines changed: 2 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ files:
33
all:
44
output: [conda]
55
matrix:
6-
cuda: ["11.8", "12.8"]
6+
cuda: ["12.8"]
77
arch: [x86_64, aarch64]
88
includes:
99
- checks
@@ -79,22 +79,6 @@ dependencies:
7979
specific:
8080
- output_types: conda
8181
matrices:
82-
- matrix:
83-
cuda: "11.2"
84-
packages:
85-
- cuda-version=11.2
86-
- matrix:
87-
cuda: "11.4"
88-
packages:
89-
- cuda-version=11.4
90-
- matrix:
91-
cuda: "11.5"
92-
packages:
93-
- cuda-version=11.5
94-
- matrix:
95-
cuda: "11.8"
96-
packages:
97-
- cuda-version=11.8
9882
- matrix:
9983
cuda: "12.0"
10084
packages:
@@ -193,13 +177,9 @@ dependencies:
193177
specific:
194178
- output_types: [pyproject, requirements]
195179
matrices:
196-
- matrix: {cuda: "12.*"}
180+
- matrix: # All CUDA 12 versions
197181
packages:
198182
- cupy-cuda12x>=12.0.0
199-
- matrix: {cuda: "11.*"}
200-
packages: &cupy_packages_cu11
201-
- cupy-cuda11x>=12.0.0
202-
- {matrix: null, packages: *cupy_packages_cu11}
203183
depends_on_cudf:
204184
common:
205185
- output_types: conda
@@ -218,11 +198,6 @@ dependencies:
218198
cuda_suffixed: "true"
219199
packages:
220200
- cudf-cu12==25.8.*,>=0.0.0a0
221-
- matrix:
222-
cuda: "11.*"
223-
cuda_suffixed: "true"
224-
packages:
225-
- cudf-cu11==25.8.*,>=0.0.0a0
226201
- {matrix: null, packages: [*cudf_unsuffixed]}
227202
depends_on_pylibcugraph:
228203
common:
@@ -242,9 +217,4 @@ dependencies:
242217
cuda_suffixed: "true"
243218
packages:
244219
- pylibcugraph-cu12==25.8.*,>=0.0.0a0
245-
- matrix:
246-
cuda: "11.*"
247-
cuda_suffixed: "true"
248-
packages:
249-
- pylibcugraph-cu11==25.8.*,>=0.0.0a0
250220
- {matrix: null, packages: [*pylibcugraph_unsuffixed]}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ classifiers = [
3333
"Topic :: Software Development :: Libraries :: Python Modules",
3434
]
3535
dependencies = [
36-
"cupy-cuda11x>=12.0.0",
36+
"cupy-cuda12x>=12.0.0",
3737
"networkx>=3.2",
3838
"numpy>=1.23,<3.0a0",
3939
"pylibcugraph==25.8.*,>=0.0.0a0",

0 commit comments

Comments
 (0)