Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
streamlit
|
| 2 |
-
pandas-datareader
|
| 3 |
-
yfinance
|
| 4 |
-
plotly
|
|
|
|
| 1 |
+
streamlit==1.36.0
|
| 2 |
+
pandas-datareader==0.10.0
|
| 3 |
+
yfinance==0.2.40
|
| 4 |
+
plotly==5.14.1
|