Installation

Requirements

  • Python 3.9+

  • NumPy

  • SciPy (for interpolation features)

Installation

Install from source:

pip install -e .

For development with all optional dependencies:

pip install -e ".[dev]"