theforecastcompany commited on
Commit
2aaf2e5
·
verified ·
1 Parent(s): 455b15c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -7
requirements.txt CHANGED
@@ -1,7 +1,9 @@
1
- pandas
2
- numpy
3
- gradio
4
- plotly
5
- matplotlib
6
- statsmodels
7
- scikit-learn
 
 
 
1
+ pandas>=1.5.3
2
+ numpy>=1.24.2
3
+ gradio>=3.35.0
4
+ plotly>=5.13.0
5
+ scikit-learn>=1.2.2
6
+ statsmodels>=0.14.0
7
+ matplotlib>=3.6.0
8
+ scipy>=1.9.3
9
+ joblib>=1.2.0