马一丁

Update requirements.txt

@@ -61,6 +61,7 @@ weasyprint>=60.0 # PDF导出,支持Python 3.9-3.13 @@ -61,6 +61,7 @@ weasyprint>=60.0 # PDF导出,支持Python 3.9-3.13
61 # ===== 机器学习(可选,用于情感分析,不安装也没事写了容错程序) ===== 61 # ===== 机器学习(可选,用于情感分析,不安装也没事写了容错程序) =====
62 torch>=2.0.0 # CPU版本 62 torch>=2.0.0 # CPU版本
63 transformers>=4.30.0 63 transformers>=4.30.0
  64 +sentence-transformers>=2.2.2
64 scikit-learn>=1.3.0 65 scikit-learn>=1.3.0
65 xgboost>=2.0.0 66 xgboost>=2.0.0
66 # NOTE:如果要安装GPU版本的torch,指令为pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126 67 # NOTE:如果要安装GPU版本的torch,指令为pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126