Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
numpy
|
| 2 |
-
pandas
|
| 3 |
-
plotly
|
| 4 |
-
streamlit
|
| 5 |
yfinance
|
| 6 |
pandas-datareader
|
|
|
|
| 1 |
+
numpy==1.23.5
|
| 2 |
+
pandas==1.5.3
|
| 3 |
+
plotly==5.14.1
|
| 4 |
+
streamlit==1.36.0
|
| 5 |
yfinance
|
| 6 |
pandas-datareader
|