rapidsai / dask-cuda

Utilities for Dask and CUDA interactions
https://docs.rapids.ai/api/dask-cuda/stable/
Apache License 2.0
287 stars 91 forks source link

consolidate cuda_suffixed=false blocks in dependencies.yaml, fix update-version.sh #1367

Closed jameslamb closed 2 months ago

jameslamb commented 2 months ago

Contributes to https://github.com/rapidsai/build-planning/issues/31.

Follow-up to #1364.

Implements some of the suggestions made in https://github.com/rapidsai/cudf/pull/16183 (after #1364 was already merged):

Notes for Reviewers

How I tested this

Looked for update-versions.sh issues manually like this:

git fetch upstream --tags
ci/release/update-version.sh '24.10.0'
git grep -E '24\.8|24\.08|0\.39'

The did find a few problems (like UCX dependency versions not being updated). This fixes those issues.

jameslamb commented 2 months ago

/merge