Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -16
requirements.txt
CHANGED
@@ -1,19 +1,9 @@
|
|
1 |
streamlit
|
2 |
-
pandas
|
3 |
-
numpy
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
folium
|
9 |
-
streamlit_folium
|
10 |
-
ydata_profiling
|
11 |
-
streamlit_ydata_profiling
|
12 |
-
pycaret
|
13 |
-
scipy
|
14 |
-
shap
|
15 |
-
tensorflow
|
16 |
-
ydata_profiling
|
17 |
-
|
18 |
|
19 |
|
|
|
1 |
streamlit
|
2 |
+
pandas
|
3 |
+
numpy
|
4 |
+
plotly
|
5 |
+
scikit_learn
|
6 |
+
pandas_profiling
|
7 |
+
streamlit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
|
9 |
|