Installation#

Requirements#

  • Python 3.12+

  • numpy

  • scipy

  • scikit-learn

Install package#

From the repository root:

pip install -e .

Or with uv:

uv pip install -e .

Install docs dependencies#

If you use uv dependency groups:

uv sync --group docs

Or with pip:

pip install sphinx pydata-sphinx-theme sphinx-autobuild sphinx-copybutton