Skip to content

wheels: 26.10 cudf-cu12 wheels depend on cuda-bindings>=12.9.3 and seem like they shouldn't#24116

Description

@jameslamb

Description

See NVIDIA/cuml#8613 (comment)

cudf-cu12's latest 26.10 nightlies appear to depend on cuda-bindings>=12.9.3, despite every reference on the release/26.10 branch saying cuda-bindings>=12.9.2 馃槵

Reproducible Example

$ docker run --rm -it rapidsai/citestwheel:26.10-cuda12.9.2-ubuntu22.04-py3.11 bash

$ pip download --no-deps 'cudf-cu12>=26.10.0a503,==26.10.*'
...
Saved ./cudf_cu12-26.10.0a503.post260908235645-cp311-abi3-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl

$ pip install pkginfo
$ pkginfo --json ./cudf*.whl | grep cuda
    "cuda-bindings<13.0,>=12.9.3",
    "cupy-cuda12x[ctk]!=14.1.0,>=14.0.1",
    "numba-cuda-mlir[cu12]>=0.3.0",
    "numba-cuda[cu12]>=0.22.2",

Notes

It's almost like wheels are getting built from main but published with version 26.10 or something 馃槵

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions