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+g40fd189c-py3-none-any.whl
Commit: 40fd189c
These wheels are unsupported development builds rebuilt on every push to main. For stable releases, install from PyPI as usual.