We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20b2600 commit 284e344Copy full SHA for 284e344
pkgs/top-level/python-packages.nix
@@ -15343,9 +15343,7 @@ self: super: with self; {
15343
15344
scikit-image = callPackage ../development/python-modules/scikit-image { };
15345
15346
- scikit-learn = callPackage ../development/python-modules/scikit-learn {
15347
- inherit (pkgs) gfortran glibcLocales;
15348
- };
+ scikit-learn = callPackage ../development/python-modules/scikit-learn { };
15349
15350
scikit-learn-extra = callPackage ../development/python-modules/scikit-learn-extra { };
15351
0 commit comments