File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed
Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -371,6 +371,17 @@ dependencies:
371371 # This index is needed for cubinlinker, ptxcompiler.
372372 - --extra-index-url=https://pypi.nvidia.com
373373 - --extra-index-url=https://pypi.anaconda.org/rapidsai-wheels-nightly/simple
374+ specific :
375+ - output_types : [requirements, pyproject]
376+ matrices :
377+ - matrix :
378+ cuda : " 12.*"
379+ cuda_suffixed : " true"
380+ packages :
381+ - cupy-cuda12x
382+ - matrix : null
383+ packages :
384+ - cupy-cuda12x
374385
375386 test_python_cuopt_server :
376387 common :
@@ -526,13 +537,6 @@ dependencies:
526537 - output_types : conda
527538 packages :
528539 - cupy>=12.0.0
529- specific :
530- - output_types : [requirements, pyproject]
531- matrices :
532- - matrix : {cuda: "12.*"}
533- packages : &cupy_packages_cu12
534- - cupy-cuda12x>=12.0.0
535- - {matrix: null, packages: *cupy_packages_cu12}
536540 depends_on_rapids_logger :
537541 common :
538542 - output_types : [conda, requirements, pyproject]
You can’t perform that action at this time.
0 commit comments