Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cugraph: declare pylibraft dependency for wheels (#4862)
Similar to #4854 `cugraph-cu{11,12}` has a hard runtime dependency on `pylibraft`: https://github.com/rapidsai/cugraph/blob/dd228f9f1bea23b74b17dc0f939ff1b0b15cee4f/python/cugraph/cugraph/dask/comms/comms.py#L29 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. https://github.com/rapidsai/cugraph/blob/dd228f9f1bea23b74b17dc0f939ff1b0b15cee4f/conda/recipes/cugraph/meta.yaml#L90 ### How was this not caught in CI? Other dependencies of `cugraph` pull it in. Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Mike Sarahan (https://github.com/msarahan) URL: #4862
- Loading branch information