Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
-
fastapi==0.115.8
|
| 3 |
uvicorn==0.31.0
|
| 4 |
sentence-transformers==3.4.1
|
| 5 |
sqlalchemy==2.0.38
|
|
@@ -12,4 +11,5 @@ bleach==6.2.0
|
|
| 12 |
uuid==1.30
|
| 13 |
torch==2.6.0+cpu
|
| 14 |
llama_cloud_services==0.6.24
|
| 15 |
-
pydantic==2.10.6
|
|
|
|
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
|
|
|
| 2 |
uvicorn==0.31.0
|
| 3 |
sentence-transformers==3.4.1
|
| 4 |
sqlalchemy==2.0.38
|
|
|
|
| 11 |
uuid==1.30
|
| 12 |
torch==2.6.0+cpu
|
| 13 |
llama_cloud_services==0.6.24
|
| 14 |
+
pydantic==2.10.6
|
| 15 |
+
streamlit==1.43.2
|