Corey Morris
commited on
Commit
·
ed019c6
1
Parent(s):
c1a84da
Added statsmodels to be able to use a trendline in plotly
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -3,4 +3,6 @@ streamlit==1.21.0
|
|
| 3 |
pandas==1.5.3
|
| 4 |
|
| 5 |
# Other
|
| 6 |
-
plotly==5.14.1
|
|
|
|
|
|
|
|
|
| 3 |
pandas==1.5.3
|
| 4 |
|
| 5 |
# Other
|
| 6 |
+
plotly==5.14.1
|
| 7 |
+
statsmodels
|
| 8 |
+
matplotlib
|