From 092398c6df16524559d5564cd07a7052526ef215 Mon Sep 17 00:00:00 2001 From: Tian jianyong <11429339@qq.com> Date: Fri, 29 Nov 2024 00:44:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B2=BE=E7=AE=80=E4=BA=86=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E7=9A=84=E5=BA=93=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 12ee67e..2c9ceae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,16 +23,14 @@ dependencies = [ # 机器学习 "scikit-learn>=1.5.2", + "xgboost>=2.1.0", + "lightgbm>=4.5.0", "torch==2.5.1", - "torchvision==0.20.1", - "torchaudio==2.5.1", - "xgboost>=2.1.0", # 添加 XGBoost - "lightgbm>=4.5.0", # 添加 LightGBM # 工具 - "openpyxl>=3.1.5", # Excel支持 - "python-dotenv>=1.0.0", # 环境变量 - "requests>=2.31.0", # API测试 + "openpyxl>=3.1.5", + "python-dotenv>=1.0.0", + "requests>=2.31.0", ] [project.optional-dependencies]