From cfb915ab7e436cf308123d92dd721ec6d6407b4a Mon Sep 17 00:00:00 2001 From: Alex Barghi <105237337+alexbarghi-nv@users.noreply.github.com> Date: Thu, 30 May 2024 09:47:38 -0400 Subject: [PATCH] install correct dependency --- ci/build_wheel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build_wheel.sh b/ci/build_wheel.sh index def6e95158b..c980ed320dc 100755 --- a/ci/build_wheel.sh +++ b/ci/build_wheel.sh @@ -40,7 +40,7 @@ if ! rapids-is-release-build; then alpha_spec=',>=0.0.0a0' fi -for dep in rmm cudf cugraph raft-dask pylibcugraph pylibcugraphops wholegraph pylibraft ucx-py; do +for dep in rmm cudf cugraph raft-dask pylibcugraph pylibcugraphops pylibwholegraph pylibraft ucx-py; do sed -r -i "s/${dep}==(.*)\"/${dep}${PACKAGE_CUDA_SUFFIX}==\1${alpha_spec}\"/g" ${pyproject_file} done