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

cugraph: declare pylibraft dependency for wheels #4862

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

jameslamb
Copy link
Member

Similar to #4854

cugraph-cu{11,12} has a hard runtime dependency on pylibraft:

from pylibraft.common.handle import Handle

But doesn't declare that dependency for wheels.
This PR explicitly declares it.

Notes for Reviewers

This only affects wheels... this dependency is correctly declared in the cugraph conda packages.

- pylibraft ={{ minor_version }}

How was this not caught in CI?

Other dependencies of cugraph pull it in.

@jameslamb jameslamb added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Jan 13, 2025
@jameslamb jameslamb requested a review from a team as a code owner January 13, 2025 16:54
@jameslamb jameslamb requested a review from msarahan January 13, 2025 16:54
@jameslamb
Copy link
Member Author

/merge

@rapids-bot rapids-bot bot merged commit 44d8c39 into rapidsai:branch-25.02 Jan 14, 2025
76 checks passed
@jameslamb jameslamb deleted the pylibraft-dep branch January 14, 2025 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement / enhancement to an existing function non-breaking Non-breaking change python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants