精简了依赖的库文件

This commit is contained in:
Tian jianyong 2024-11-29 00:44:48 +08:00
parent e0249d65d8
commit 092398c6df

View File

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