Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -7
requirements.txt
CHANGED
|
@@ -1,7 +1,10 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
numpy==
|
| 6 |
-
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi==0.115.12
|
| 2 |
+
uvicorn>=0.20.0
|
| 3 |
+
pydantic==2.11.5
|
| 4 |
+
scikit-learn==1.6.1
|
| 5 |
+
numpy==2.0.2
|
| 6 |
+
pandas==2.2.2
|
| 7 |
+
joblib==1.5.1
|
| 8 |
+
requests==2.32.3
|
| 9 |
+
python-multipart
|
| 10 |
+
huggingface_hub
|