Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
|
@@ -1,10 +1,9 @@
|
|
| 1 |
boto3
|
| 2 |
pandas
|
| 3 |
gunicorn
|
| 4 |
-
streamlit
|
| 5 |
scikit-learn
|
| 6 |
matplotlib
|
| 7 |
seaborn
|
| 8 |
plotly
|
| 9 |
-
mlflow==3.
|
| 10 |
psycopg2-binary
|
|
|
|
| 1 |
boto3
|
| 2 |
pandas
|
| 3 |
gunicorn
|
|
|
|
| 4 |
scikit-learn
|
| 5 |
matplotlib
|
| 6 |
seaborn
|
| 7 |
plotly
|
| 8 |
+
mlflow==3.2.0
|
| 9 |
psycopg2-binary
|