Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
# Core Web + UI
|
| 2 |
gradio==4.43.0
|
| 3 |
-
fastapi==0.
|
| 4 |
uvicorn==0.31.1
|
| 5 |
|
| 6 |
# AI / Embedding / Similarity
|
|
@@ -20,7 +20,7 @@ matplotlib==3.9.2
|
|
| 20 |
huggingface-hub==0.26.1
|
| 21 |
python-dotenv==1.0.1
|
| 22 |
|
| 23 |
-
#
|
| 24 |
joblib==1.4.2
|
| 25 |
tqdm==4.66.5
|
| 26 |
|
|
|
|
| 1 |
# Core Web + UI
|
| 2 |
gradio==4.43.0
|
| 3 |
+
fastapi==0.112.2
|
| 4 |
uvicorn==0.31.1
|
| 5 |
|
| 6 |
# AI / Embedding / Similarity
|
|
|
|
| 20 |
huggingface-hub==0.26.1
|
| 21 |
python-dotenv==1.0.1
|
| 22 |
|
| 23 |
+
# Reliability logging & persistence
|
| 24 |
joblib==1.4.2
|
| 25 |
tqdm==4.66.5
|
| 26 |
|