Skip to content

Commit

Permalink
pythonPackages.scikitlearn: 0.18 -> 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Dec 11, 2016
1 parent daaf497 commit a4bbf4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22952,12 +22952,12 @@ in {

scikitlearn = buildPythonPackage rec {
name = "scikit-learn-${version}";
version = "0.18";
version = "0.18.1";
disabled = stdenv.isi686; # https://github.com/scikit-learn/scikit-learn/issues/5534

src = pkgs.fetchurl {
url = "mirror://pypi/s/scikit-learn/${name}.tar.gz";
sha256 = "240009789d6495240b332e059cbd2499f4d2981c93873983c9e1d5189f90315f";
sha256 = "1eddfc27bb37597a5d514de1299981758e660e0af56981c0bfdf462c9568a60c";
};

buildInputs = with self; [ nose pillow pkgs.gfortran pkgs.glibcLocales ];
Expand Down

0 comments on commit a4bbf4c

Please sign in to comment.