Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
pandas
|
|
|
|
|
|
|
|
|
2 |
matplotlib
|
3 |
yfinance
|
4 |
-
|
|
|
1 |
pandas
|
2 |
+
numpy
|
3 |
+
scikit-learn
|
4 |
+
tensorflow
|
5 |
+
statsmodels
|
6 |
matplotlib
|
7 |
yfinance
|
8 |
+
|