Skip to content

Commit 53d5c9d

Browse files
committed
no extras in constraints
1 parent c1bc0aa commit 53d5c9d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

dependencies.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -321,31 +321,31 @@ dependencies:
321321
cuda: "12.2"
322322
packages:
323323
# nvidia-cublas-cu12 didn't get aarch64 wheels until CTK 12.3
324-
- cuda-toolkit[cublas,curand,cusolver,cusparse]>=12.2,<12.4
324+
- cuda-toolkit>=12.2,<12.4
325325
- matrix:
326326
cuda: "12.2"
327327
packages:
328-
- cuda-toolkit[cublas,curand,cusolver,cusparse]==12.2.*
328+
- cuda-toolkit==12.2.*
329329
- matrix:
330330
cuda: "12.5"
331331
packages:
332-
- cuda-toolkit[cublas,curand,cusolver,cusparse]==12.5.*
332+
- cuda-toolkit==12.5.*
333333
- matrix:
334334
cuda: "12.8"
335335
packages:
336-
- cuda-toolkit[cublas,curand,cusolver,cusparse]==12.8.*
336+
- cuda-toolkit==12.8.*
337337
- matrix:
338338
cuda: "12.9"
339339
packages:
340-
- cuda-toolkit[cublas,curand,cusolver,cusparse]==12.9.*
340+
- cuda-toolkit==12.9.*
341341
- matrix:
342342
cuda: "13.0"
343343
packages:
344-
- cuda-toolkit[cublas,curand,cusolver,cusparse]==13.0.*
344+
- cuda-toolkit==13.0.*
345345
- matrix:
346346
cuda: "13.1"
347347
packages:
348-
- cuda-toolkit[cublas,curand,cusolver,cusparse]==13.1.*
348+
- cuda-toolkit==13.1.*
349349
cuda:
350350
common:
351351
- output_types: [conda]

0 commit comments

Comments
 (0)