# evals/spike_q11_recall_diagnostic/requirements.txt
# Install via: pip install -r requirements.txt
# Or run from the repo venv: ../../.venv/bin/python run.py

# gnokee itself (editable install from repo root covers all of these)
gnokee @ file://../..

# graphiti-core pinned to match gnokee's constraint (for GraphitiAdapter re-use)
graphiti-core>=0.29,<0.30

# Async postgres driver (gnokee dep; listed for clarity)
asyncpg>=0.31

# Env loading
python-dotenv>=1.0

# YAML loading
pyyaml>=6.0
