QuantumLearner commited on
Commit
8949984
·
verified ·
1 Parent(s): 3f0932b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -9
requirements.txt CHANGED
@@ -1,9 +1,9 @@
1
- streamlit
2
- yfinance
3
- pandas
4
- numpy
5
- plotly
6
- fastdtw
7
- scipy
8
- ta
9
- scikit-learn
 
1
+ streamlit==1.36.0
2
+ yfinance==0.2.40
3
+ pandas==2.2.2
4
+ numpy==1.26.4
5
+ plotly==5.14.1
6
+ fastdtw==0.3.4
7
+ scipy==1.11.4
8
+ ta==0.10.2
9
+ scikit-learn==1.4.1.post1