File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,8 @@ source activate wheelnext
1616# Cannot set -u before Conda env activation
1717set -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"
2221variantlib 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" \
You can’t perform that action at this time.
0 commit comments