Skip to content

Commit 522055b

Browse files
authored
Add -cuXX suffixed versions of cugraph-service-client dependency to pyproject.toml's project.dependencies list (#4530)
This change ensures RAPIDS build backend writes the correct `cugraph-service-client` package in the `cugraph-service-server` wheel's dependencies metadata. Authors: - Paul Taylor (https://github.com/trxcllnt) Approvers: - Mike Sarahan (https://github.com/msarahan) URL: #4530
1 parent c9d2843 commit 522055b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

dependencies.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -573,10 +573,6 @@ dependencies:
573573
- *numba
574574
- *numpy
575575
- *thrift
576-
- output_types: pyproject
577-
packages:
578-
- *cugraph
579-
- cugraph-service-client==24.8.*,>=0.0.0a0
580576
- output_types: conda
581577
packages:
582578
- *ucx_py
@@ -586,13 +582,19 @@ dependencies:
586582
- matrix:
587583
cuda: "11.*"
588584
packages:
585+
- *cugraph_cu11
586+
- cugraph-service-client-cu11==24.8.*,>=0.0.0a0
589587
- *ucx_py_cu11
590588
- matrix:
591589
cuda: "12.*"
592590
packages:
591+
- *cugraph_cu12
592+
- cugraph-service-client-cu12==24.8.*,>=0.0.0a0
593593
- *ucx_py_cu12
594594
- matrix:
595595
packages:
596+
- *cugraph
597+
- cugraph-service-client==24.8.*,>=0.0.0a0
596598
- *ucx_py
597599
test_cpp:
598600
common:

0 commit comments

Comments
 (0)