Madras1 commited on
Commit
5161462
·
verified ·
1 Parent(s): 41bcc15

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. 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.109.0
5
- uvicorn[standard]==0.27.0
6
- python-multipart==0.0.6
7
 
8
  # HTTP client assíncrono
9
- httpx==0.26.0
10
 
11
- # Sentence Transformers (sBERT)
12
- sentence-transformers==2.2.2
 
 
 
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