QuantumLearner commited on
Commit
5208d71
·
verified ·
1 Parent(s): 25ddb16

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -3
requirements.txt CHANGED
@@ -1,3 +1,12 @@
1
- altair
2
- pandas
3
- streamlit
 
 
 
 
 
 
 
 
 
 
1
+ streamlit==1.36.0
2
+ requests==2.31.0
3
+ pandas==1.5.3
4
+ aiohttp==3.10.5
5
+ numpy==1.23.5
6
+ yfinance
7
+ plotly==5.14.1
8
+ statsmodels==0.14.1
9
+ hmmlearn==0.3.0
10
+ scikit-learn==1.4.1.post1
11
+ nest-asyncio==1.6.0
12
+ vix_utils