Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
gradio==5.49.1
|
| 2 |
-
fastapi==0.
|
| 3 |
uvicorn==0.24.0
|
| 4 |
sentence-transformers==2.2.2
|
| 5 |
faiss-cpu==1.7.4
|
|
@@ -9,7 +9,6 @@ pandas==2.0.3
|
|
| 9 |
pydantic==2.5.0
|
| 10 |
scikit-learn==1.3.0
|
| 11 |
scipy==1.11.3
|
| 12 |
-
prophet==1.1.4
|
| 13 |
plotly==5.17.0
|
| 14 |
aiohttp==3.9.1
|
| 15 |
python-multipart==0.0.6
|
|
|
|
| 1 |
gradio==5.49.1
|
| 2 |
+
fastapi==0.115.2
|
| 3 |
uvicorn==0.24.0
|
| 4 |
sentence-transformers==2.2.2
|
| 5 |
faiss-cpu==1.7.4
|
|
|
|
| 9 |
pydantic==2.5.0
|
| 10 |
scikit-learn==1.3.0
|
| 11 |
scipy==1.11.3
|
|
|
|
| 12 |
plotly==5.17.0
|
| 13 |
aiohttp==3.9.1
|
| 14 |
python-multipart==0.0.6
|