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 馃槵
Description
See NVIDIA/cuml#8613 (comment)
cudf-cu12's latest 26.10 nightlies appear to depend oncuda-bindings>=12.9.3, despite every reference on therelease/26.10branch sayingcuda-bindings>=12.9.2馃槵Reproducible Example
Notes
It's almost like wheels are getting built from
mainbut published with version 26.10 or something 馃槵