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

Put a ceiling on cuda-python #4747

Merged
merged 3 commits into from
Nov 7, 2024

Conversation

bdice
Copy link
Contributor

@bdice bdice commented Nov 6, 2024

This project is incompatible with newer versions of cuda-python. This puts ceilings of <=11.8.3 (CUDA 11) and <=12.6.0 (CUDA 12) on that library.

Those ceilings should be removed and replaced with != constraints once new releases of cuda-python are up that this project is compatible with.

See rapidsai/build-planning#116 for more information.

@bdice bdice requested a review from a team as a code owner November 6, 2024 12:38
@bdice bdice added non-breaking Non-breaking change bug Something isn't working labels Nov 6, 2024
@github-actions github-actions bot added the conda label Nov 6, 2024
@jameslamb jameslamb requested review from jameslamb and removed request for raydouglass November 6, 2024 21:57
@jameslamb
Copy link
Member

Wheel tests here are failing the same way that they are in cuml (rapidsai/cuml#6131 (comment)):

E ImportError: /pyenv/versions/3.10.15/lib/python3.10/site-packages/pylibcudf/expressions.cpython-310-x86_64-linux-gnu.so: undefined symbol: _ZN4cudf6detail18fixed_width_scalarIN4cuda3std3__46chrono10time_pointINS5_12system_clockENS5_8durationIlNS4_5ratioILl1ELl1000EEEEEEEE4dataEv

(build link)

@jameslamb jameslamb changed the title Disallow cuda-python 12.6.1 and 11.8.4 Put a ceiling on cuda-python Nov 7, 2024
@jameslamb
Copy link
Member

I just restarted all CI here. That cudf issue should be fixed now that there are new cudf nightly packages.

@jameslamb
Copy link
Member

/merge

@rapids-bot rapids-bot bot merged commit 0e57e65 into rapidsai:branch-24.12 Nov 7, 2024
140 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 conda non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants