QuantumLearner commited on
Commit
e7a58cc
·
verified ·
1 Parent(s): a631dea

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -7
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
- streamlit
2
- yfinance
3
- numpy
4
- pandas
5
- plotly
6
- bayesian-optimization
7
- scipy
 
1
+ streamlit==1.36.0
2
+ yfinance==0.2.40
3
+ numpy==1.26.4
4
+ pandas==2.2.2
5
+ plotly==5.14.1
6
+ bayesian-optimization==1.5.1
7
+ scipy==1.11.4