Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forward-merge branch-24.12 into branch-25.02 #571

Merged
merged 2 commits into from
Dec 6, 2024

Conversation

jakirkham
Copy link
Member

Resolve conflicts in the bot forward merger PR: #570

…apids-dask-dependency` (rapidsai#513)

Explicitly include dependencies on `libcufile*` and `*cudart*` in the Python Conda package. These seem to be pulled in implicitly by the C++ package. However as they are dependencies of the Python built shared objects, they should also be listed here.

Also consolidate the Conda environment creation and installation of nightly dependencies into one step. By doing this in one step, we guarantee that all of our constraints are taken into account during environment creation.

Lastly switch from using `dask` directly to `rapids-dask-dependency` to align Dask installation and pinning with the rest of RAPIDS.

xref: rapidsai/build-planning#22
xef: rapidsai#378

Authors:
  - https://github.com/jakirkham
  - Mads R. B. Kristensen (https://github.com/madsbk)

Approvers:
  - Bradley Dice (https://github.com/bdice)
  - Mads R. B. Kristensen (https://github.com/madsbk)

URL: rapidsai#513
@jakirkham jakirkham requested review from a team as code owners December 6, 2024 18:44
@jakirkham jakirkham requested a review from raydouglass December 6, 2024 18:44
@@ -12,7 +12,7 @@ jobs:
trigger-notifier:
if: contains(github.event.pull_request.labels.*.name, 'breaking')
secrets: inherit
uses: rapidsai/shared-workflows/.github/workflows/breaking-change-alert.yaml@branch-24.12
uses: rapidsai/shared-workflows/.github/workflows/breaking-change-alert.yaml@branch-25.02
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As part of fixing conflicts, needed to rerun the update version script. It looks like this line wasn't updated previously. So it got picked up now. Just flagging this for awareness

Note this GHA workflow came from PR: #536

@AyodeAwe AyodeAwe merged commit 2c7eb97 into rapidsai:branch-25.02 Dec 6, 2024
10 of 18 checks passed
@jakirkham jakirkham deleted the branch-25.02-merge-24.12 branch December 6, 2024 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants