# Runtime dependencies for the smolvla-inspect web viewer on HF Spaces. # Slim subset of requirements.txt — no torch/lerobot/SAM (diagnostic endpoints # are lazy-imported and return 503 if those packages aren't present). fastapi>=0.100 uvicorn[standard]>=0.20 pydantic-settings>=2.0 python-multipart>=0.0.6 numpy>=1.24 Pillow>=10.0 pyyaml>=6.0 # Optional: leave anthropic/openai out of the public deploy. Set an API key and # uncomment if you want live LLM analysis on the Space. # anthropic>=0.25 # openai>=1.0