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

Fix cupy dependency in pyproject.toml #5705

Merged
merged 2 commits into from
Dec 20, 2023

Conversation

vyasr
Copy link
Contributor

@vyasr vyasr commented Dec 19, 2023

The cupy dependency in pyproject.toml is currently wrong due to changes made in the devcontainers PR. Unlike in conda environments where simultaneous installation of both pip and conda cupy results in coexistence followed by clobbering at import time, since this approach results in two pip installations (one wheel and one from source) one simply overwrites the other, so we haven't seen serious issues yet. The only manifestation at present is slower CI due to cupy being compiled during the wheel builds.

@vyasr vyasr added bug Something isn't working non-breaking Non-breaking change labels Dec 19, 2023
@vyasr vyasr self-assigned this Dec 19, 2023
@vyasr vyasr requested review from a team as code owners December 19, 2023 22:31
@github-actions github-actions bot added the Cython / Python Cython or Python issue label Dec 19, 2023
@csadorf
Copy link
Contributor

csadorf commented Dec 20, 2023

/merge

@rapids-bot rapids-bot bot merged commit b8daf81 into rapidsai:branch-24.02 Dec 20, 2023
52 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Cython / Python Cython or Python issue non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants