Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
-
streamlit
|
| 2 |
requests
|
| 3 |
-
pandas
|
| 4 |
aiohttp
|
| 5 |
-
numpy
|
| 6 |
yfinance
|
| 7 |
-
plotly
|
| 8 |
statsmodels
|
| 9 |
hmmlearn
|
| 10 |
scikit-learn
|
|
|
|
| 1 |
+
streamlit==1.36.0
|
| 2 |
requests
|
| 3 |
+
pandas==1.5.3
|
| 4 |
aiohttp
|
| 5 |
+
numpy==1.23.5
|
| 6 |
yfinance
|
| 7 |
+
plotly==5.14.1
|
| 8 |
statsmodels
|
| 9 |
hmmlearn
|
| 10 |
scikit-learn
|