Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -5,10 +5,10 @@ st-annotated-text
|
|
5 |
pandas
|
6 |
numpy
|
7 |
matplotlib
|
8 |
-
pycaret
|
9 |
-
|
10 |
plotly
|
11 |
mlflow
|
12 |
-
seaborn
|
13 |
# tensorflow
|
14 |
# tensorflow-hub
|
|
|
5 |
pandas
|
6 |
numpy
|
7 |
matplotlib
|
8 |
+
pycaret
|
9 |
+
pycaret[analysis]
|
10 |
plotly
|
11 |
mlflow
|
12 |
+
# seaborn
|
13 |
# tensorflow
|
14 |
# tensorflow-hub
|