python.pkgs.scikitlearn: fix build
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
, cython
|
, cython
|
||||||
, joblib
|
, joblib
|
||||||
, llvmPackages
|
, llvmPackages
|
||||||
|
, threadpoolctl
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@@ -38,6 +39,7 @@ buildPythonPackage rec {
|
|||||||
scipy
|
scipy
|
||||||
numpy.blas
|
numpy.blas
|
||||||
joblib
|
joblib
|
||||||
|
threadpoolctl
|
||||||
];
|
];
|
||||||
checkInputs = [ pytest ];
|
checkInputs = [ pytest ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user