Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +9 -8
requirements.txt
CHANGED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
# requirements.txt
|
| 2 |
-
gradio
|
| 3 |
-
yfinance
|
| 4 |
-
plotly
|
| 5 |
-
pandas
|
| 6 |
-
numpy
|
| 7 |
-
scikit-learn
|
| 8 |
-
lightgbm
|
| 9 |
-
loguru
|
|
|
|
|
|
| 1 |
# requirements.txt
|
| 2 |
+
gradio>=4.0
|
| 3 |
+
yfinance>=0.2.37
|
| 4 |
+
plotly>=5.18.0
|
| 5 |
+
pandas>=2.0.3
|
| 6 |
+
numpy>=1.24.4
|
| 7 |
+
scikit-learn>=1.3.2
|
| 8 |
+
lightgbm>=4.1.0
|
| 9 |
+
loguru>=0.7.2
|
| 10 |
+
ta>=0.10.2 # 新增技术指标库
|