Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
# === Core App / Web Stack ===
|
| 2 |
gradio[mcp,oauth]==5.49.1
|
| 3 |
-
fastapi==0.
|
| 4 |
uvicorn==0.31.1
|
| 5 |
-
starlette==0.
|
| 6 |
spaces==0.42.1
|
| 7 |
python-dotenv==1.0.1
|
| 8 |
filelock==3.16.1
|
|
@@ -18,7 +18,7 @@ scikit-learn==1.5.2
|
|
| 18 |
# === Transformers + Hugging Face Integration ===
|
| 19 |
transformers==4.45.2
|
| 20 |
tokenizers==0.20.3
|
| 21 |
-
huggingface-hub==0.33.5
|
| 22 |
|
| 23 |
# === Visualization + Utilities ===
|
| 24 |
matplotlib==3.9.2
|
|
|
|
| 1 |
# === Core App / Web Stack ===
|
| 2 |
gradio[mcp,oauth]==5.49.1
|
| 3 |
+
fastapi==0.110.3
|
| 4 |
uvicorn==0.31.1
|
| 5 |
+
starlette==0.41.2
|
| 6 |
spaces==0.42.1
|
| 7 |
python-dotenv==1.0.1
|
| 8 |
filelock==3.16.1
|
|
|
|
| 18 |
# === Transformers + Hugging Face Integration ===
|
| 19 |
transformers==4.45.2
|
| 20 |
tokenizers==0.20.3
|
| 21 |
+
huggingface-hub==0.33.5
|
| 22 |
|
| 23 |
# === Visualization + Utilities ===
|
| 24 |
matplotlib==3.9.2
|