Closed jameslamb closed 4 months ago
Those optional-job-conda-python-tests-cudf-pandas-integration
jobs are optional, and breaking in ways unrelated to this PR. Going to queue this for auto-merge whenever that other one gets scheduled.
/merge
I've updated this based on the suggestions from https://github.com/rapidsai/cudf/pull/16183.
Ran the following to check update-version.sh
.
git fetch upstream --tags
ci/release/update-version.sh '24.10.00'
git grep -E '24\.8|24\.08'
That revealed a few other places that needed updates in update-version.sh
. Pushed those fixes here as well.
Cancelling CI here (and will on other commits in the next 24 hours) to save some CI capacity for other projects that are about to enter code freeze.
Description
Contributes to https://github.com/rapidsai/build-planning/issues/31
In short, RAPIDS DLFW builds want to produce wheels with unsuffixed dependencies, e.g.
cudf
depending onrmm
, notrmm-cu12
.This PR is part of a series across all of RAPIDS to try to support that type of build by setting up CUDA-suffixed and CUDA-unsuffixed dependency lists in
dependencies.yaml
.For more details, see:
Notes for Reviewers
Why target 24.08?
This is targeting 24.08 because: