Skip to content

Commit e1eabc5

Browse files
authored
更新依赖列表中的sklearn为scikit-learn
sklearn是一个错误的包名,版本号只有0.0,是不应该被安装的。详见 https://pypi.org/project/sklearn/ 正确的包名应为scikit-learn。
1 parent 3b5eea8 commit e1eabc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ torch = "1.12.1"
3636
scipy = "^1.8"
3737
optuna = "*"
3838
numpy = "*"
39-
sklearn = "*"
39+
scikit-learn = "*"
4040
requests = "*"
4141
matplotlib = "*"
4242

0 commit comments

Comments
 (0)