# Minimal local bootstrap.
#
# Runtime dependencies live in pyproject.toml.
# Install additional feature areas with extras, for example:
#   pip install -r requirements.txt
#   pip install -e ".[dev]"
#   pip install -e ".[preprocessing]"
#   pip install -e ".[darts-analysis]"
#   pip install -e ".[mltracker]"
#   pip install -e ".[vmd,wavelets]"
#   pip install -e ".[all]"
#
# Keeping this file tiny avoids a second, drifting dependency list.
-e .
