Update requirements.txt

This commit is contained in:
马一丁
2025-11-18 20:11:27 +08:00
parent 26ab0616e9
commit 80adc1bf5c

View File

@@ -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