# Runtime dependencies are declared in pyproject.toml; this file only
# delegates so the two can never drift apart.
#   pip install -r requirements.txt   ==   pip install -e .
# For the GUI as well, use:  pip install -e ".[gui]"
-e .
