Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
streamlit
|
2 |
pandas
|
3 |
-
numpy
|
4 |
yfinance
|
5 |
matplotlib
|
6 |
-
|
|
|
|
1 |
streamlit
|
2 |
pandas
|
|
|
3 |
yfinance
|
4 |
matplotlib
|
5 |
+
numpy==1.23.5
|
6 |
+
pmdarima==1.8.5
|