wnstnb commited on
Commit
0180f8a
·
1 Parent(s): 68219a2

added reqs

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -0
requirements.txt ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ pandas==1.4.2
2
+ pandas-datareader==0.10.0
3
+ numpy==1.22.3
4
+ yfinance==0.2.18
5
+ requests==2.27.1
6
+ beautifulsoup4==4.11.1
7
+ typing_extensions==4.1.1
8
+ xgboost==1.7.6
9
+ tqdm==4.64.0
10
+ fastjsonschema==2.15.1
11
+ json5==0.9.6
12
+ jsonschema==4.4.0
13
+ streamlit==1.24.1
14
+ scikit-learn==1.3.0
15
+ scipy==1.9.3