SF_FastAPI / requirements.txt
COCODEDE04's picture
Create requirements.txt
4ac8b2a verified
raw
history blame
297 Bytes
# Zero-queue, API-only
fastapi==0.95.2 # pydantic v1 line → compatible with typing-extensions 4.5.0
uvicorn==0.23.2
# TensorFlow CPU and friends (stable combo)
tensorflow-cpu==2.13.1
numpy==1.23.5 # TF 2.13 expects <1.24
typing-extensions==4.5.0 # TF 2.13 expects <4.6