Skip to content

Commit 07ecf3d

Browse files
Fix Variant Build (dmlc#11695)
1 parent 111848f commit 07ecf3d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ source activate wheelnext
1616
# Cannot set -u before Conda env activation
1717
set -xu
1818

19-
python -m pip install -v \
20-
git+https://github.com/wheelnext/pep_xxx_wheel_variants.git@25ea4b6d0060d2263d8ec674dd96feffbae78081#subdirectory=pep_xxx_wheel_variants
21-
python -m pip install "nvidia-variant-provider @ git+https://github.com/wheelnext/nvidia-variant-provider.git@efc215a95f211276587c8a63617dc6dca5f19363"
19+
python -m pip install "variantlib[cli] @ git+https://github.com/wheelnext/variantlib.git@main"
20+
python -m pip install "nvidia-variant-provider @ git+https://github.com/wheelnext/nvidia-variant-provider.git@master"
2221
variantlib make-variant --no-isolation -f python-package/dist/xgboost-*.whl \
2322
-p "nvidia :: cuda_version_lower_bound :: 12.0" \
2423
-p "nvidia :: cuda_version_upper_bound :: 12.9" \

0 commit comments

Comments
 (0)