-
Notifications
You must be signed in to change notification settings - Fork 4
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
Require UCX 1.14.0+ #27
Comments
Given all packages listed depend on UCX-Py, we should anyway be covered for conda: https://github.com/rapidsai/ucx-py/blob/50532d099d564659a8f98043a0164ed49cd30f95/conda/recipes/ucx-py/meta.yaml#L38 . I think we should just use UCX-Py (and UCXX in the future) as ground truth for UCX version, this prevents us from having to update all other projects. For that I agree we have to update |
As long as they are not using UCX directly, agree with that proposal. Seems easier to implement The conda-builds changes need to be made manually If we want |
Please double-check existing issues before raising new ones. In this case, what you want is in rapidsai/dependency-file-generator#7 |
As of rapidsai/ucx-py#1032 and rapidsai/ucxx#205, the I opened rapidsai/integration#704 and rapidsai/raft#2227, which should be enough to close this issue. |
As of rapidsai/ucx-py#1032 and rapidsai/ucxx#205, the `ucx` version pinning in RAPIDS has been updated. This PR aligns with those changes. Closes rapidsai/build-planning#27. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Jake Awe (https://github.com/AyodeAwe) - https://github.com/jakirkham URL: #2227
Recently we dropped
libnuma
from RAPIDS Docker images: rapidsai/miniforge-cuda#22 (comment)The
libnuma
dependency is added toconda-forge
'sucx
packages starting in1.14.0
: conda-forge/ucx-split-feedstock#111To ensure
libnuma
is available, we should make sure thatucx
is1.14.0
or newer. Some potential places to updateThe text was updated successfully, but these errors were encountered: