@@ -71,14 +71,6 @@ dependencies:
71
71
specific :
72
72
- output_types : conda
73
73
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
82
74
- matrix :
83
75
cuda : " 12.0"
84
76
packages :
@@ -103,10 +95,6 @@ dependencies:
103
95
specific :
104
96
- output_types : conda
105
97
matrices :
106
- - matrix :
107
- cuda : " 11.*"
108
- packages :
109
- - cudatoolkit
110
98
- matrix :
111
99
cuda : " 12.*"
112
100
packages :
@@ -162,13 +150,9 @@ dependencies:
162
150
specific :
163
151
- output_types : [requirements, pyproject]
164
152
matrices :
165
- - matrix : {cuda: "12.*"}
153
+ - matrix : # All CUDA 12 versions
166
154
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
172
156
depends_on_ucx_build :
173
157
common :
174
158
- output_types : conda
@@ -189,11 +173,6 @@ dependencies:
189
173
cuda_suffixed : " true"
190
174
packages :
191
175
- 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
197
176
# this fallback is intentionally empty... it simplifies building from source
198
177
# without CUDA, e.g. 'pip install .'
199
178
- matrix : null
@@ -216,11 +195,6 @@ dependencies:
216
195
cuda_suffixed : " true"
217
196
packages :
218
197
- 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
224
198
# this fallback is intentionally empty... it simplifies building from source
225
199
# without CUDA, e.g. 'pip install .'
226
200
- matrix : null
@@ -252,11 +226,6 @@ dependencies:
252
226
cuda_suffixed : " true"
253
227
packages :
254
228
- 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
260
229
- matrix :
261
230
packages :
262
231
- *cudf_unsuffixed
0 commit comments