# Analytics only. NOT a dependency of the package, and deliberately not an
# optional extra either -- see note 1 in pyproject.toml.
#
# Install into a SEPARATE environment, so that the measurement path stays
# stdlib-only and nobody installing the checker pays for a plotting stack:
#
#     python3 -m venv .venv-analytics
#     .venv-analytics/bin/pip install -e . -r analytics-requirements.txt
#
# Only `--plot` needs this. Every other command works without it.
matplotlib>=3.5
