Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -2,5 +2,8 @@ streamlit==1.25.0
|
|
2 |
pandas==1.5.3
|
3 |
numpy==1.24.3
|
4 |
plotly==5.15.0
|
5 |
-
matplotlib
|
6 |
streamlit-echarts==0.4.0
|
|
|
|
|
|
|
|
|
|
2 |
pandas==1.5.3
|
3 |
numpy==1.24.3
|
4 |
plotly==5.15.0
|
|
|
5 |
streamlit-echarts==0.4.0
|
6 |
+
streamlit-pandas-profiling==0.1.3
|
7 |
+
matplotlib==3.7.1
|
8 |
+
altair==5.0.1
|
9 |
+
statistics==1.0.3.5
|