Edwin Salguero commited on
Commit
545858b
·
1 Parent(s): 969ce24

Add statsmodels dependency to fix forecasting functionality on Streamlit Cloud

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -5,6 +5,7 @@ matplotlib>=3.5.0
5
  seaborn>=0.11.0
6
  plotly>=5.0.0
7
  scikit-learn>=1.1.0
 
8
  boto3>=1.26.0
9
  requests>=2.28.0
10
  python-dotenv>=0.19.0
 
5
  seaborn>=0.11.0
6
  plotly>=5.0.0
7
  scikit-learn>=1.1.0
8
+ statsmodels>=0.14.0
9
  boto3>=1.26.0
10
  requests>=2.28.0
11
  python-dotenv>=0.19.0