Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
pandas
|
| 2 |
+
numpy<2.0
|
| 3 |
+
scipy
|
| 4 |
+
statsmodels
|
| 5 |
+
pmdarima>=2.0.0
|
| 6 |
+
prophet
|
| 7 |
+
scikit-learn>=1.8.0 # 将scikit-learn版本提升到1.8.0或更高
|
| 8 |
+
matplotlib
|
| 9 |
+
seaborn
|
| 10 |
+
joblib
|
| 11 |
+
openpyxl
|
| 12 |
+
gradio
|