Skip to content

Commit 7562bbe

Browse files
committed
dependencies.yaml update
1 parent 105e913 commit 7562bbe

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

dependencies.yaml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)