Update requirements.txt
Browse files- requirements.txt +10 -9
requirements.txt
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
-
numpy
|
2 |
-
pandas
|
3 |
-
seaborn
|
4 |
-
matplotlib
|
5 |
-
keras
|
6 |
-
tensorflow
|
7 |
-
scikit-learn
|
8 |
-
yfinance
|
9 |
-
plotly
|
|
|
|
1 |
+
numpy
|
2 |
+
pandas
|
3 |
+
seaborn
|
4 |
+
matplotlib
|
5 |
+
keras
|
6 |
+
tensorflow
|
7 |
+
scikit-learn
|
8 |
+
yfinance
|
9 |
+
plotly
|
10 |
+
streamlit
|