精简了依赖的库文件
This commit is contained in:
parent
e0249d65d8
commit
092398c6df
@ -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]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user