# Minimal runtime dependencies for service.py's hosted deployment.
# This service also imports `inferrail.ap` from the main package -- install
# the repo itself (`pip install -e .` from the repo root, or `pip install
# inferrail>=0.2.0` once published) in addition to these.
fastapi==0.141.1
uvicorn==0.52.4
pydantic==2.13.5
