mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-07 22:11:45 +03:00
python: scikitlearn: 0.20.0 -> 0.20.2
This commit is contained in:
parent
aca17ae849
commit
6a1f209187
@ -5,13 +5,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "scikit-learn";
|
pname = "scikit-learn";
|
||||||
version = "0.20.0";
|
version = "0.20.2";
|
||||||
# UnboundLocalError: local variable 'message' referenced before assignment
|
# UnboundLocalError: local variable 'message' referenced before assignment
|
||||||
disabled = stdenv.isi686; # https://github.com/scikit-learn/scikit-learn/issues/5534
|
disabled = stdenv.isi686; # https://github.com/scikit-learn/scikit-learn/issues/5534
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "064cbxsis6m7l6pr09ijjwqdv0c0yrfnazabwq8p09gcz1qxklcp";
|
sha256 = "1ri9kx0yrn85h6ivkaja35afbyhimxn8lsairgns2wi5xv3wfnxw";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pillow gfortran glibcLocales ];
|
buildInputs = [ pillow gfortran glibcLocales ];
|
||||||
|
Loading…
Reference in New Issue
Block a user