Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -6
requirements.txt
CHANGED
|
@@ -1,6 +1,9 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn
|
| 3 |
-
scikit-learn==1.7.2
|
| 4 |
-
joblib==1.5.2
|
| 5 |
-
numpy==2.3.1
|
| 6 |
-
pandas==2.3.2
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn
|
| 3 |
+
scikit-learn==1.7.2
|
| 4 |
+
joblib==1.5.2
|
| 5 |
+
numpy==2.3.1
|
| 6 |
+
pandas==2.3.2
|
| 7 |
+
requests==2.32.3
|
| 8 |
+
shap==0.46.0
|
| 9 |
+
python-dotenv==1.0.1
|