Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -4,10 +4,11 @@ scipy
|
|
4 |
statsmodels
|
5 |
pmdarima>=2.0.0
|
6 |
prophet
|
7 |
-
scikit-learn>=1.8.0
|
8 |
matplotlib
|
9 |
seaborn
|
10 |
joblib
|
11 |
openpyxl
|
12 |
gradio
|
13 |
-
plotly # 新增:添加 plotly 以消除导入警告
|
|
|
|
4 |
statsmodels
|
5 |
pmdarima>=2.0.0
|
6 |
prophet
|
7 |
+
scikit-learn>=1.5.0,<1.8.0 # 此版本范围与Python 3.11兼容,且已处理旧的FutureWarning
|
8 |
matplotlib
|
9 |
seaborn
|
10 |
joblib
|
11 |
openpyxl
|
12 |
gradio
|
13 |
+
plotly # 新增:添加 plotly 以消除导入警告
|
14 |
+
|