Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
pandas>=2.0,<3.0
|
| 2 |
numpy>=1.26,<2.0
|
| 3 |
matplotlib>=3.7,<3.10 # 给你原有画廊等备用
|
| 4 |
-
yfinance=
|
| 5 |
plotly>=5.22
|
| 6 |
huggingface_hub>=0.30
|
| 7 |
IPython>=8.0
|
|
|
|
| 1 |
pandas>=2.0,<3.0
|
| 2 |
numpy>=1.26,<2.0
|
| 3 |
matplotlib>=3.7,<3.10 # 给你原有画廊等备用
|
| 4 |
+
yfinance>=0.2.58
|
| 5 |
plotly>=5.22
|
| 6 |
huggingface_hub>=0.30
|
| 7 |
IPython>=8.0
|