File tree Expand file tree Collapse file tree 3 files changed +10
-13
lines changed
Expand file tree Collapse file tree 3 files changed +10
-13
lines changed Original file line number Diff line number Diff line change @@ -371,17 +371,6 @@ 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
385374
386375 test_python_cuopt_server :
387376 common :
@@ -537,7 +526,13 @@ dependencies:
537526 - output_types : conda
538527 packages :
539528 - cupy>=12.0.0
540-
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}
541536 depends_on_rapids_logger :
542537 common :
543538 - output_types : [conda, requirements, pyproject]
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ requires-python = ">=3.10"
3333dependencies = [
3434 " cudf==25.8.*,>=0.0.0a0" ,
3535 " cuopt-mps-parser==25.8.*,>=0.0.0a0" ,
36- " cupy-cuda12x" ,
36+ " cupy-cuda12x>=12.0.0 " ,
3737 " cuvs==25.8.*,>=0.0.0a0" ,
3838 " libcuopt==25.8.*,>=0.0.0a0" ,
3939 " numba-cuda>=0.14.0" ,
@@ -151,6 +151,7 @@ matrix-entry = "cuda_suffixed=true;use_cuda_wheels=true"
151151requires = [
152152 " cmake>=3.30.4" ,
153153 " cuopt-mps-parser==25.8.*,>=0.0.0a0" ,
154+ " cupy-cuda12x>=12.0.0" ,
154155 " cython>=3.0.3" ,
155156 " libcuopt==25.8.*,>=0.0.0a0" ,
156157 " ninja" ,
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ license = { text = "Apache-2.0" }
3333requires-python = " >=3.10"
3434dependencies = [
3535 " cuopt==25.8.*,>=0.0.0a0" ,
36+ " cupy-cuda12x>=12.0.0" ,
3637 " fastapi" ,
3738 " httpx" ,
3839 " jsonref==1.1.0" ,
You can’t perform that action at this time.
0 commit comments