We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1e43ee commit 12c136dCopy full SHA for 12c136d
1 file changed
dependencies.yaml
@@ -450,7 +450,17 @@ dependencies:
450
# other packages with -cu{nn}x suffixes in this file.
451
# All RAPIDS wheel builds (including in devcontainers) expect cupy to be suffixed.
452
specific:
453
- - output_types: [requirements, pyproject]
+ - output_types: requirements
454
+ matrices:
455
+ - matrix:
456
+ cuda: "12.*"
457
+ packages:
458
+ - cupy-cuda12x>=14.0.1,!=14.1.0
459
+ # fallback to CUDA 13 versions if 'cuda' is '13.*' or not provided
460
461
462
+ - cupy-cuda13x>=14.0.1,!=14.1.0
463
+ - output_types: pyproject
464
matrices:
465
- matrix:
466
cuda: "12.*"
0 commit comments