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

add alpha specs, pre-commit hook to enforce them #57

Merged
merged 2 commits into from
Oct 17, 2024

Conversation

jameslamb
Copy link
Member

Trying to further shrink the diff of #53.

This adds alpha specs like ,>=0.0.0a0 to all RAPIDS dependencies, and a pre-commit hook to automatically make those updates and enforce that in the future.

This is done across RAPIDS by convention, so that pip install-ing nightlies can work without specifying the --pre flag (which might end up, undesirably, pulling in pre-releases of other projects like pytorch).

@jameslamb jameslamb added improvement Improves an existing functionality non-breaking Introduces a non-breaking change labels Oct 16, 2024
@jameslamb jameslamb requested a review from bdice October 16, 2024 16:28
@jameslamb jameslamb requested review from a team as code owners October 16, 2024 16:28
@alexbarghi-nv alexbarghi-nv merged commit 93e61a7 into rapidsai:branch-24.12 Oct 17, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improves an existing functionality non-breaking Introduces a non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants