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.
2 parents 5c1bd81 + 284e344 commit 7491549Copy full SHA for 7491549
pkgs/top-level/python-packages.nix
@@ -15374,9 +15374,7 @@ self: super: with self; {
15374
15375
scikit-image = callPackage ../development/python-modules/scikit-image { };
15376
15377
- scikit-learn = callPackage ../development/python-modules/scikit-learn {
15378
- inherit (pkgs) gfortran glibcLocales;
15379
- };
+ scikit-learn = callPackage ../development/python-modules/scikit-learn { };
15380
15381
scikit-learn-extra = callPackage ../development/python-modules/scikit-learn-extra { };
15382
0 commit comments