# Runtime dependencies. `pip install .` reads pyproject.toml instead;
# this file exists for environments that pin dependencies separately.
numpy>=1.24
scipy>=1.10
scikit-learn>=1.3

# optional
# anthropic>=0.40      # LLM adjudication  (pip install ".[llm]")
# matplotlib>=3.7      # extra figures     (pip install ".[plots]")
