shaheerawan3 commited on
Commit
77eb99e
·
verified ·
1 Parent(s): 673e0a8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -6
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
- streamlit
2
- yfinance
3
- prophet # Changed from fbprophet to prophet
4
- plotly
5
- pandas
6
- scikit-learn
 
 
1
+ streamlit==1.31.0
2
+ yfinance==0.2.36
3
+ prophet==1.1.5
4
+ plotly==5.18.0
5
+ pandas==2.2.0
6
+ scikit-learn==1.4.0
7
+ numpy==1.26.3