- # Core runtime dependencies
- fastapi>=0.110.0
- httpx>=0.26.0
- pydantic>=2.7.0
- spacy>=3.7.2,<4.0
- benepar>=0.2.0
- # ASGI server used by start.sh
- uvicorn[standard]>=0.29.0
- pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
|