Skip to content

Commit

Permalink
add CUDA_SUFFIX to cugraph appeared in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tingyu66 committed Jan 5, 2024
1 parent 4a82733 commit 3b62206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if ! rapids-is-release-build; then
alpha_spec=',>=0.0.0a0'
fi

for dep in rmm cudf raft-dask pylibcugraph pylibraft ucx-py; do
for dep in rmm cudf cugraph raft-dask pylibcugraph pylibraft ucx-py; do
sed -r -i "s/${dep}==(.*)\"/${dep}${PACKAGE_CUDA_SUFFIX}==\1${alpha_spec}\"/g" ${pyproject_file}
done

Expand Down

0 comments on commit 3b62206

Please sign in to comment.