Installation ============ Requirements ------------ - Python 3.9+ - NumPy - SciPy (for interpolation features) Installation ------------ Install from source: .. code-block:: bash pip install -e . For development with all optional dependencies: .. code-block:: bash pip install -e ".[dev]"