Merge pull request #123017 from DavHau/davhau-scikitlearn

python3Packages.scikitlearn: rename to scikit-learn
This commit is contained in:
Robert Schütz
2021-05-17 15:13:33 +02:00
committed by GitHub
49 changed files with 115 additions and 99 deletions
@@ -131,7 +131,7 @@ in {
env = (pkgs.python3.withPackages (pythonPackages: with pythonPackages; [
ipykernel
pandas
scikitlearn
scikit-learn
]));
in {
displayName = "Python 3 for machine learning";
@@ -117,7 +117,7 @@ in {
env = (pkgs.python3.withPackages (pythonPackages: with pythonPackages; [
ipykernel
pandas
scikitlearn
scikit-learn
]));
in {
displayName = "Python 3 for machine learning";