Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +9 -6
requirements.txt
CHANGED
|
@@ -1,15 +1,18 @@
|
|
| 1 |
# Strand Data Demo - Backend Dependencies
|
| 2 |
|
| 3 |
# FastAPI e servidor
|
| 4 |
-
fastapi==0.
|
| 5 |
-
uvicorn[standard]==0.
|
| 6 |
-
python-multipart==0.0.
|
| 7 |
|
| 8 |
# HTTP client assíncrono
|
| 9 |
-
httpx==0.
|
| 10 |
|
| 11 |
-
# Sentence Transformers (
|
| 12 |
-
sentence-transformers=
|
|
|
|
|
|
|
|
|
|
| 13 |
torch>=2.0.0
|
| 14 |
|
| 15 |
# Utilidades
|
|
|
|
| 1 |
# Strand Data Demo - Backend Dependencies
|
| 2 |
|
| 3 |
# FastAPI e servidor
|
| 4 |
+
fastapi==0.115.0
|
| 5 |
+
uvicorn[standard]==0.32.0
|
| 6 |
+
python-multipart==0.0.9
|
| 7 |
|
| 8 |
# HTTP client assíncrono
|
| 9 |
+
httpx==0.27.0
|
| 10 |
|
| 11 |
+
# Sentence Transformers (versão mais recente compatível com huggingface_hub)
|
| 12 |
+
sentence-transformers>=3.0.0
|
| 13 |
+
huggingface_hub>=0.24.0
|
| 14 |
+
|
| 15 |
+
# PyTorch (CPU para HuggingFace Spaces free tier)
|
| 16 |
torch>=2.0.0
|
| 17 |
|
| 18 |
# Utilidades
|