Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +12 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,12 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit==1.36.0
|
| 2 |
+
requests==2.31.0
|
| 3 |
+
pandas==1.5.3
|
| 4 |
+
aiohttp==3.10.5
|
| 5 |
+
numpy==1.23.5
|
| 6 |
+
yfinance
|
| 7 |
+
plotly==5.14.1
|
| 8 |
+
statsmodels==0.14.1
|
| 9 |
+
hmmlearn==0.3.0
|
| 10 |
+
scikit-learn==1.4.1.post1
|
| 11 |
+
nest-asyncio==1.6.0
|
| 12 |
+
vix_utils
|