Wheel Variant Package Index

A fast development platform for the WheelNextOpen-Source Initiative .

⚠️ Important Notice This specification is a work in progress and is not intended for production use.
It is provided as-is, without guarantees or warranties, and may change, disappear, or stop working at any time.
curl -LsSf https://astral.sh/uv/install.sh | INSTALLER_DOWNLOAD_URL=https://wheelnext.astral.sh/v0.0.2 sh
uv venv
uv pip install --index https://wheelnext.github.io/variants-index-test/v0.0.2/ <package_name>
powershell -c { $env:INSTALLER_DOWNLOAD_URL = 'https://wheelnext.astral.sh/v0.0.2'; irm https://astral.sh/uv/install.ps1 | iex }
uv venv
uv pip install torch
Instead of using --index https://wheelnext.github.io/variants-index-test/v0.0.2/, it is possible to add the following to the pyproject.toml file
[[tool.uv.index]]
url = "https://wheelnext.github.io/variants-index-test/v0.0.2/"

An (almost) Simple Index