# Installs grainz in editable mode with every optional extra + dev tooling.
# Version constraints live in pyproject.toml (single source of truth) — this
# file exists so `pip install -r requirements.txt` is a one-command dev setup.
-e .[all,dev]
