# Nothing here is required for the offline path.
#   python judge.py run --rubric ... --set ... --models mock:strict,mock:lenient
# runs on a clean Python 3.11+ with the standard library alone.
#
# Install these only when you want to call real models:
openai>=1.40
anthropic>=0.39

# Python 3.9 / 3.10 only (3.11+ has tomllib in the standard library):
# tomli>=2.0
