Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
| 3 |
-
gradio==5.
|
| 4 |
rich
|
| 5 |
numpy
|
| 6 |
python-dotenv
|
|
@@ -14,4 +14,5 @@ sentence-transformers
|
|
| 14 |
faiss-cpu
|
| 15 |
transformers
|
| 16 |
scikit-learn
|
| 17 |
-
rank-bm25
|
|
|
|
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
| 3 |
+
gradio==5.6.0
|
| 4 |
rich
|
| 5 |
numpy
|
| 6 |
python-dotenv
|
|
|
|
| 14 |
faiss-cpu
|
| 15 |
transformers
|
| 16 |
scikit-learn
|
| 17 |
+
rank-bm25
|
| 18 |
+
pydantic==2.10.6
|