Update requirements.txt
Browse files- requirements.txt +6 -10
requirements.txt
CHANGED
@@ -1,10 +1,6 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
scikit-learn
|
8 |
-
statsmodels
|
9 |
-
streamlit
|
10 |
-
pmdarima
|
|
|
1 |
+
numpy==1.20.0
|
2 |
+
pmdarima==1.8.3
|
3 |
+
streamlit==1.3.0
|
4 |
+
yfinance==0.1.63
|
5 |
+
matplotlib==3.3.4
|
6 |
+
pandas==1.1.5
|
|
|
|
|
|
|
|