Installation¶
From PyPI¶
From GitHub (latest)¶
Editable Development Install¶
Clone the repo and install with dev dependencies:
Streamlit App¶
To run the interactive web app, install the app extras:
Google Colab¶
Run this in the first cell of a Colab notebook:
Requirements¶
- Python >= 3.11
- Core dependencies: numpy, scipy, pydantic, click, pyyaml
Optional Dependency Groups¶
| Group | Install | Includes |
|---|---|---|
dev |
pip install -e ".[dev]" |
pytest, hypothesis, mypy, ruff, benchmarks |
app |
pip install -e ".[app]" |
streamlit, plotly |
docs |
pip install -e ".[docs]" |
mkdocs, mkdocs-material, mkdocstrings |