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 8e0a791 commit efbb6f4Copy full SHA for efbb6f4
1 file changed
dependencies.yaml
@@ -407,7 +407,17 @@ dependencies:
407
- psutil # Used for timeout_with_stack.py
408
- pytest
409
specific:
410
- - output_types: [requirements, pyproject]
+ - output_types: requirements
411
+ matrices:
412
+ - matrix:
413
+ cuda: "12.*"
414
+ packages:
415
+ - cupy-cuda12x>=14.0.1,!=14.1.0
416
+ # fallback to CUDA 13 versions if 'cuda' is '13.*' or not provided
417
418
419
+ - cupy-cuda13x>=14.0.1,!=14.1.0
420
+ - output_types: pyproject
421
matrices:
422
- matrix:
423
cuda: "12.*"
0 commit comments