Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
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 |
-
|
|
|
|
|
|
|
1 |
streamlit==1.3.0
|
2 |
+
pandas==1.1.5
|
3 |
+
numpy==1.20.0
|
4 |
yfinance==0.1.63
|
5 |
matplotlib==3.3.4
|
6 |
+
pmdarima==1.8.3
|