Spaces:
Sleeping
Sleeping
Pablo commited on
Commit ·
924aca0
1
Parent(s): d7a0e1b
fix: sync requirements.txt with pyproject.toml dependencies
Browse files- requirements.txt +14 -6
requirements.txt
CHANGED
|
@@ -1,8 +1,16 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
faiss-cpu>=1.7.4
|
| 5 |
-
fastapi>=0.100.0
|
| 6 |
-
uvicorn>=0.20.0
|
| 7 |
-
pydantic>=2.0.0
|
| 8 |
prometheus-client>=0.19.0
|
|
|
|
| 1 |
+
fastapi>=0.115,<0.116
|
| 2 |
+
uvicorn[standard]>=0.32,<0.33
|
| 3 |
+
pydantic>=2.9,<3
|
| 4 |
+
pydantic-settings>=2.6,<3
|
| 5 |
+
httpx>=0.27,<0.28
|
| 6 |
+
sentence-transformers>=3.3,<4
|
| 7 |
+
llmlingua>=0.2.2,<0.3
|
| 8 |
+
torch>=2.4,<2.6
|
| 9 |
+
gradio>=5.7,<6
|
| 10 |
+
plotly>=5.24,<6
|
| 11 |
+
numpy>=1.26,<2.2
|
| 12 |
+
aiofiles>=24.1,<25
|
| 13 |
+
rich>=13.9,<14
|
| 14 |
+
psutil>=5.9,<8
|
| 15 |
faiss-cpu>=1.7.4
|
|
|
|
|
|
|
|
|
|
| 16 |
prometheus-client>=0.19.0
|