Skip to content

Commit

Permalink
Add -cuXX suffixed versions of cugraph-service-client dependency to…
Browse files Browse the repository at this point in the history
… 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
  • Loading branch information
trxcllnt authored Jul 23, 2024
1 parent c9d2843 commit 522055b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -573,10 +573,6 @@ dependencies:
- *numba
- *numpy
- *thrift
- output_types: pyproject
packages:
- *cugraph
- cugraph-service-client==24.8.*,>=0.0.0a0
- output_types: conda
packages:
- *ucx_py
Expand All @@ -586,13 +582,19 @@ dependencies:
- matrix:
cuda: "11.*"
packages:
- *cugraph_cu11
- cugraph-service-client-cu11==24.8.*,>=0.0.0a0
- *ucx_py_cu11
- matrix:
cuda: "12.*"
packages:
- *cugraph_cu12
- cugraph-service-client-cu12==24.8.*,>=0.0.0a0
- *ucx_py_cu12
- matrix:
packages:
- *cugraph
- cugraph-service-client==24.8.*,>=0.0.0a0
- *ucx_py
test_cpp:
common:
Expand Down

0 comments on commit 522055b

Please sign in to comment.