From 522055b50f8a41b243b725bea355221a25baab64 Mon Sep 17 00:00:00 2001 From: Paul Taylor <178183+trxcllnt@users.noreply.github.com> Date: Mon, 22 Jul 2024 19:00:51 -0700 Subject: [PATCH] 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: https://github.com/rapidsai/cugraph/pull/4530 --- dependencies.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/dependencies.yaml b/dependencies.yaml index c25dcf40cf3..9d0a5478a50 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -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 @@ -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: