Spaces:
Sleeping
Sleeping
maj requirements
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -1,6 +1,9 @@
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
|
|
|
| 3 |
xgboost
|
| 4 |
pandas
|
| 5 |
numpy
|
| 6 |
python-multipart
|
|
|
|
|
|
|
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
| 3 |
+
mlflow
|
| 4 |
xgboost
|
| 5 |
pandas
|
| 6 |
numpy
|
| 7 |
python-multipart
|
| 8 |
+
python-dotenv
|
| 9 |
+
boto3
|