# Empty by intent — the harness uses Python 3 stdlib only.
#
# This file exists so:
#   - pip-tools / poetry / uv have a hook if future versions add deps
#   - reproducibility scripts can say "see requirements.txt" without exception
#   - friends' agents that auto-`pip install -r requirements.txt` will succeed
#     trivially rather than fail because the file is missing
#
# If you're contributing a benchmark run and you need a non-stdlib package
# (e.g. for hardware probing — psutil, nvidia-ml-py), install it in your own
# environment but DON'T add it here in your PR — the runner itself must stay
# stdlib-only so it works on a friend's bare Python 3 install.
