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