Skip to content

Commit

Permalink
fix cudf modification
Browse files Browse the repository at this point in the history
  • Loading branch information
divyegala committed Sep 6, 2023
1 parent 3b7b77d commit e7da424
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/build_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ if ! rapids-is-release-build; then
alpha_spec=',>=0.0.0a0'
fi

sed -r -i "s/cudf==(.*)\"/cudf${PACKAGE_CUDA_SUFFIX}==\1${alpha_spec}\"/g" ${pyproject_file}

if [[ $PACKAGE_CUDA_SUFFIX == "-cu12" ]]; then
sed -i "s/cupy-cuda11x/cupy-cuda12x/g" ${pyproject_file}
fi
Expand Down

0 comments on commit e7da424

Please sign in to comment.