File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -455,31 +455,31 @@ dependencies:
455455 - matrix :
456456 cuda : " 12.*"
457457 packages :
458- - cupy-cuda12x>=14.0.1,!=14.1.0
458+ - &cupy_cu12 cupy-cuda12x>=14.0.1,!=14.1.0
459459 # fallback to CUDA 13 versions if 'cuda' is '13.*' or not provided
460460 - matrix :
461461 packages :
462- - cupy-cuda13x>=14.0.1,!=14.1.0
462+ - &cupy_cu13 cupy-cuda13x>=14.0.1,!=14.1.0
463463 - output_types : pyproject
464464 matrices :
465465 - matrix :
466466 cuda : " 12.*"
467467 use_cuda_wheels : " false"
468468 packages :
469- - cupy-cuda12x>=14.0.1,!=14.1.0
469+ - *cupy_cu12
470470 - matrix :
471471 cuda : " 13.*"
472472 use_cuda_wheels : " false"
473473 packages :
474- - cupy-cuda13x>=14.0.1,!=14.1.0
474+ - *cupy_cu13
475475 - matrix :
476476 cuda : " 12.*"
477477 packages :
478478 - cupy-cuda12x[ctk]>=14.0.1,!=14.1.0
479479 # fallback to CUDA 13 versions if 'cuda' is '13.*' or not provided
480480 - matrix :
481481 packages :
482- - &cupy_cu13 cupy-cuda13x[ctk]>=14.0.1,!=14.1.0
482+ - cupy-cuda13x[ctk]>=14.0.1,!=14.1.0
483483 test_libcuvs :
484484 common :
485485 - output_types : [conda]
You can’t perform that action at this time.
0 commit comments