Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -4,7 +4,8 @@ pandas
|
|
4 |
matplotlib
|
5 |
statsmodels
|
6 |
streamlit
|
7 |
-
plotly
|
|
|
8 |
sqlalchemy
|
9 |
psycopg2-binary
|
10 |
mysql-connector-python
|
|
|
4 |
matplotlib
|
5 |
statsmodels
|
6 |
streamlit
|
7 |
+
plotly>=5.20
|
8 |
+
kaleido # Plotly static image engine
|
9 |
sqlalchemy
|
10 |
psycopg2-binary
|
11 |
mysql-connector-python
|