wheel builds: react to changes in pip's handling of build constraints#2214
Merged
jameslamb merged 1 commit intorapidsai:release/26.02from Jan 15, 2026
Merged
wheel builds: react to changes in pip's handling of build constraints#2214jameslamb merged 1 commit intorapidsai:release/26.02from
jameslamb merged 1 commit intorapidsai:release/26.02from
Conversation
…rapidsai#2212) Contributes to rapidsai/build-planning#242 Modifying `ci/build_wheel_python.sh` to avoid passing `--build-constraint` and `--no-build-isolation` together which results in an error from `pip`, however we want to keep environment variable `PIP_CONSTRAINT` set unconditionally. Can be merged after rapidsai/gha-tools#237 Authors: - Mike McCarty (https://github.com/mmccarty) Approvers: - James Lamb (https://github.com/jameslamb) URL: rapidsai#2212
KyleFromNVIDIA
approved these changes
Jan 15, 2026
Member
Author
|
/merge |
1 similar comment
Member
Author
|
/merge |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#2212 was into
mainaftermainhad already been updated to RAPIDS 26.04.This change is intended for RAPIDS 26.02, so this PR backports it to the
release/26.02branch.Notes for Reviewers
How this should be merged
I think normal squash and merge should be fine? The commit SHA is different because of the direction of the
cherry-pickanyway.How I made this branch