Skip to content

Commit

Permalink
更新依赖列表中的sklearn为scikit-learn
Browse files Browse the repository at this point in the history
sklearn是一个错误的包名,版本号只有0.0,是不应该被安装的。详见 https://pypi.org/project/sklearn/ 
正确的包名应为scikit-learn。
  • Loading branch information
Starrah authored Dec 19, 2022
1 parent 3b5eea8 commit e1eabc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ torch = "1.12.1"
scipy = "^1.8"
optuna = "*"
numpy = "*"
sklearn = "*"
scikit-learn = "*"
requests = "*"
matplotlib = "*"

Expand Down

0 comments on commit e1eabc5

Please sign in to comment.