python3Packages.scikitlearn: rename to scikit-learn

This commit is contained in:
DavHau
2021-05-17 17:41:36 +07:00
parent a17bfa39ce
commit cd8f3e6c44
49 changed files with 94 additions and 92 deletions
+1 -1
View File
@@ -524,7 +524,7 @@ with self; with super; {
scandir = callPackage ../development/python-modules/scandir { };
scikitlearn = callPackage ../development/python-modules/scikitlearn/0.20.nix {
scikit-learn = callPackage ../development/python-modules/scikit-learn/0.20.nix {
inherit (pkgs) gfortran glibcLocales;
};