Skip to content

Commit 1fe4f06

Browse files
authored
[WheelNext] Use correct variant specification (#11717)
1 parent ef312f0 commit 1fe4f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ops/pipeline/build-variant-wheels-impl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ python -m pip install "variantlib[cli] @ git+https://github.com/wheelnext/varian
2020
python -m pip install "nvidia-variant-provider @ git+https://github.com/wheelnext/nvidia-variant-provider.git@master"
2121
variantlib make-variant --no-isolation -f python-package/dist/xgboost-*.whl \
2222
-p "nvidia :: cuda_version_lower_bound :: 12.0" \
23-
-p "nvidia :: cuda_version_upper_bound :: 12.9" \
23+
-p "nvidia :: cuda_version_upper_bound :: 13" \
2424
-o . --pyproject-toml python-package/pyproject.toml

0 commit comments

Comments
 (0)