Skip to content

Commit b8529fb

Browse files
Remove CUDA 11 from dependencies.yaml
Issue: rapidsai/build-planning#184
1 parent 37b1e7e commit b8529fb

File tree

1 file changed

+2
-33
lines changed

1 file changed

+2
-33
lines changed

dependencies.yaml

Lines changed: 2 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,6 @@ dependencies:
7171
specific:
7272
- output_types: conda
7373
matrices:
74-
- matrix:
75-
cuda: "11.4"
76-
packages:
77-
- cuda-version=11.4
78-
- matrix:
79-
cuda: "11.8"
80-
packages:
81-
- cuda-version=11.8
8274
- matrix:
8375
cuda: "12.0"
8476
packages:
@@ -103,10 +95,6 @@ dependencies:
10395
specific:
10496
- output_types: conda
10597
matrices:
106-
- matrix:
107-
cuda: "11.*"
108-
packages:
109-
- cudatoolkit
11098
- matrix:
11199
cuda: "12.*"
112100
packages:
@@ -162,13 +150,9 @@ dependencies:
162150
specific:
163151
- output_types: [requirements, pyproject]
164152
matrices:
165-
- matrix: {cuda: "12.*"}
153+
- matrix: # All CUDA 12 versions
166154
packages:
167-
- &cupy_cu12 cupy-cuda12x>=12.0.0
168-
- matrix: {cuda: "11.*"}
169-
packages:
170-
- cupy-cuda11x>=12.0.0
171-
- {matrix: null, packages: [*cupy_cu12]}
155+
- cupy-cuda12x>=12.0.0
172156
depends_on_ucx_build:
173157
common:
174158
- output_types: conda
@@ -189,11 +173,6 @@ dependencies:
189173
cuda_suffixed: "true"
190174
packages:
191175
- libucx-cu12>=1.15.0,<1.15.1
192-
- matrix:
193-
cuda: "11.*"
194-
cuda_suffixed: "true"
195-
packages:
196-
- libucx-cu11>=1.15.0,<1.15.1
197176
# this fallback is intentionally empty... it simplifies building from source
198177
# without CUDA, e.g. 'pip install .'
199178
- matrix: null
@@ -216,11 +195,6 @@ dependencies:
216195
cuda_suffixed: "true"
217196
packages:
218197
- libucx-cu12>=1.15.0,<1.19
219-
- matrix:
220-
cuda: "11.*"
221-
cuda_suffixed: "true"
222-
packages:
223-
- libucx-cu11>=1.15.0,<1.19
224198
# this fallback is intentionally empty... it simplifies building from source
225199
# without CUDA, e.g. 'pip install .'
226200
- matrix: null
@@ -252,11 +226,6 @@ dependencies:
252226
cuda_suffixed: "true"
253227
packages:
254228
- cudf-cu12==25.8.*,>=0.0.0a0
255-
- matrix:
256-
cuda: "11.*"
257-
cuda_suffixed: "true"
258-
packages:
259-
- cudf-cu11==25.8.*,>=0.0.0a0
260229
- matrix:
261230
packages:
262231
- *cudf_unsuffixed

0 commit comments

Comments
 (0)