Spaces:
Sleeping
Sleeping
Winston B
commited on
Commit
·
caa351c
1
Parent(s):
d8e3308
Only streamlit
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,16 +1,16 @@
|
|
|
|
1 |
pandas
|
2 |
pandas-datareader
|
3 |
numpy
|
4 |
-
yfinance
|
5 |
-
requests
|
6 |
-
beautifulsoup4
|
7 |
typing_extensions
|
8 |
xgboost
|
9 |
tqdm
|
10 |
fastjsonschema
|
11 |
json5
|
12 |
jsonschema
|
13 |
-
streamlit>=1.23
|
14 |
scikit-learn
|
15 |
scipy
|
16 |
datasets
|
|
|
1 |
+
streamlit>=1.23
|
2 |
pandas
|
3 |
pandas-datareader
|
4 |
numpy
|
5 |
+
yfinance
|
6 |
+
requests
|
7 |
+
beautifulsoup4
|
8 |
typing_extensions
|
9 |
xgboost
|
10 |
tqdm
|
11 |
fastjsonschema
|
12 |
json5
|
13 |
jsonschema
|
|
|
14 |
scikit-learn
|
15 |
scipy
|
16 |
datasets
|