PyVista development wheels

Install the latest main-branch build of PyVista:

pip install --pre --index-url https://dev.pyvista.org/wheels/simple/ pyvista

To keep PyPI as the source for dependencies and only pull pyvista itself from here:

pip install --pre --extra-index-url https://dev.pyvista.org/wheels/simple/ pyvista

Current build: pyvista-0.49.dev0+g21dd07fb-py3-none-any.whl
Commit: 21dd07fb
These wheels are unsupported development builds rebuilt on every push to main. For stable releases, install from PyPI as usual.