mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-19 20:36:27 +00:00
python.pkgs.scikitlearn: fix build
This commit is contained in:
parent
35556acf6e
commit
c0a7634bba
|
@ -8,6 +8,7 @@
|
|||
, cython
|
||||
, joblib
|
||||
, llvmPackages
|
||||
, threadpoolctl
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -38,6 +39,7 @@ buildPythonPackage rec {
|
|||
scipy
|
||||
numpy.blas
|
||||
joblib
|
||||
threadpoolctl
|
||||
];
|
||||
checkInputs = [ pytest ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue