Olivier-52 commited on
Commit ·
49afc54
1
Parent(s): fe10113
Update requirements.txt
Browse files- requirements.txt +8 -10
requirements.txt
CHANGED
|
@@ -1,16 +1,14 @@
|
|
| 1 |
mlflow==2.21.3
|
| 2 |
scikit-learn==1.4.2
|
| 3 |
requests>=2.31.0,<3
|
| 4 |
-
fastapi
|
| 5 |
uvicorn[standard]
|
| 6 |
-
pydantic
|
| 7 |
-
typing
|
| 8 |
-
pandas
|
| 9 |
-
gunicorn
|
| 10 |
-
openpyxl
|
| 11 |
boto3
|
| 12 |
python-multipart
|
| 13 |
-
dotenv
|
| 14 |
-
xgboost
|
| 15 |
-
pickle
|
| 16 |
-
os
|
|
|
|
| 1 |
mlflow==2.21.3
|
| 2 |
scikit-learn==1.4.2
|
| 3 |
requests>=2.31.0,<3
|
| 4 |
+
fastapi
|
| 5 |
uvicorn[standard]
|
| 6 |
+
pydantic
|
| 7 |
+
typing-extensions
|
| 8 |
+
pandas
|
| 9 |
+
gunicorn
|
| 10 |
+
openpyxl
|
| 11 |
boto3
|
| 12 |
python-multipart
|
| 13 |
+
python-dotenv
|
| 14 |
+
xgboost
|
|
|
|
|
|