Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
streamlit
|
2 |
-
yfinance
|
3 |
-
pandas
|
4 |
-
|
5 |
-
|
|
|
1 |
+
streamlit==1.24.1
|
2 |
+
yfinance==0.2.18
|
3 |
+
pandas==1.5.3
|
4 |
+
numpy==1.24.3
|
5 |
+
matplotlib==3.7.1
|