Showing
1 changed file
with
3 additions
and
0 deletions
| @@ -53,6 +53,9 @@ plotly>=5.17.0 | @@ -53,6 +53,9 @@ plotly>=5.17.0 | ||
| 53 | matplotlib==3.9.0 | 53 | matplotlib==3.9.0 |
| 54 | wordcloud==1.9.3 | 54 | wordcloud==1.9.3 |
| 55 | 55 | ||
| 56 | +# ===== PDF生成 ===== | ||
| 57 | +weasyprint>=60.0 # PDF导出,支持Python 3.9-3.13 | ||
| 58 | + | ||
| 56 | # ===== 机器学习(可选,用于情感分析,不安装也没事写了容错程序) ===== | 59 | # ===== 机器学习(可选,用于情感分析,不安装也没事写了容错程序) ===== |
| 57 | torch>=2.0.0 # CPU版本 | 60 | torch>=2.0.0 # CPU版本 |
| 58 | transformers>=4.30.0 | 61 | transformers>=4.30.0 |
-
Please register or login to post a comment