Skip to content

Commit 8a910fe

Browse files
committed
also move cugraph into matrix
1 parent 5ac3a3f commit 8a910fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dependencies.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -571,9 +571,6 @@ dependencies:
571571
- *numba
572572
- *numpy
573573
- *thrift
574-
- output_types: pyproject
575-
packages:
576-
- *cugraph
577574
- output_types: conda
578575
packages:
579576
- *ucx_py
@@ -583,15 +580,18 @@ dependencies:
583580
- matrix:
584581
cuda: "11.*"
585582
packages:
583+
- *cugraph_cu11
586584
- cugraph-service-client-cu11==24.8.*,>=0.0.0a0
587585
- *ucx_py_cu11
588586
- matrix:
589587
cuda: "12.*"
590588
packages:
589+
- *cugraph_cu12
591590
- cugraph-service-client-cu12==24.8.*,>=0.0.0a0
592591
- *ucx_py_cu12
593592
- matrix:
594593
packages:
594+
- *cugraph
595595
- cugraph-service-client==24.8.*,>=0.0.0a0
596596
- *ucx_py
597597
test_cpp:

0 commit comments

Comments
 (0)