Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +14 -10
requirements.txt
CHANGED
|
@@ -1,11 +1,15 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
numpy==1.26.4
|
| 9 |
scikit-learn
|
| 10 |
-
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi[standard]
|
| 2 |
+
pydantic
|
| 3 |
+
typing
|
| 4 |
+
pandas
|
| 5 |
+
openpyxl
|
| 6 |
+
mlflow
|
| 7 |
+
boto3
|
|
|
|
| 8 |
scikit-learn
|
| 9 |
+
python-multipart
|
| 10 |
+
fsspec
|
| 11 |
+
s3fs
|
| 12 |
+
streamlit
|
| 13 |
+
matplotlib
|
| 14 |
+
seaborn
|
| 15 |
+
plotly
|