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

pylibraft only depends on numpy at runtime, not build time. #2013

Merged
merged 1 commit into from
Nov 18, 2023

Conversation

bdice
Copy link
Contributor

@bdice bdice commented Nov 17, 2023

pylibraft specifies its numpy pinning incorrectly in conda packages. It is only a runtime dependency, not a build dependency. Because of run-exports from numpy, the resulting pinning on pylibraft requires a very new numpy version, and is thus causing cuml to fall back to old raft builds.

@bdice bdice added bug Something isn't working non-breaking Non-breaking change labels Nov 17, 2023
@bdice bdice self-assigned this Nov 17, 2023
@bdice bdice requested a review from a team as a code owner November 17, 2023 21:52
@vyasr
Copy link
Contributor

vyasr commented Nov 17, 2023

Run exports are great... until they're not.

@raydouglass
Copy link
Member

/merge

@rapids-bot rapids-bot bot merged commit 3a7f33f into rapidsai:branch-23.12 Nov 18, 2023
62 checks passed
copy-pr-bot bot pushed a commit that referenced this pull request Nov 20, 2023
pylibraft specifies its numpy pinning incorrectly in conda packages. It is only a runtime dependency, not a build dependency. Because of run-exports from numpy, the resulting pinning on pylibraft requires a very new numpy version, and is thus causing cuml to fall back to old raft builds.

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Dante Gama Dessavre (https://github.com/dantegd)
  - Mark Harris (https://github.com/harrism)
  - Vyas Ramasubramani (https://github.com/vyasr)
  - Ray Douglass (https://github.com/raydouglass)

URL: #2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants