fix: add matplotlib to requirements
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -6,3 +6,4 @@ streamlit==1.9.2
|
|
6 |
pandas==1.4.2
|
7 |
statsmodels==0.13.2
|
8 |
plotly==5.8.0
|
|
|
|
6 |
pandas==1.4.2
|
7 |
statsmodels==0.13.2
|
8 |
plotly==5.8.0
|
9 |
+
matplotlib==3.5.2
|