From 80adc1bf5ce5023ed04cc97f4871175e3d119626 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=80=E4=B8=81?= <1769123563@qq.com> Date: Tue, 18 Nov 2025 20:11:27 +0800 Subject: [PATCH] Update requirements.txt --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.txt b/requirements.txt index fe3c9b4..86f836c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -53,6 +53,9 @@ plotly>=5.17.0 matplotlib==3.9.0 wordcloud==1.9.3 +# ===== PDF生成 ===== +weasyprint>=60.0 # PDF导出,支持Python 3.9-3.13 + # ===== 机器学习(可选,用于情感分析,不安装也没事写了容错程序) ===== torch>=2.0.0 # CPU版本 transformers>=4.30.0