python.pkgs.scikitlearn: fix build

This commit is contained in:
Frederik Rietdijk 2020-06-11 14:25:54 +02:00
parent 35556acf6e
commit c0a7634bba

View File

@ -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 ];