pythonPackages.dask-glm: add missing build dependency

setuptools-scm is a setup requirement of this package.
This commit is contained in:
Noah D. Brenowitz 2021-04-22 08:39:46 -07:00
parent c21475e7e8
commit 47410ef56d

View File

@ -8,6 +8,7 @@
, scipy
, scikitlearn
, pytest
, setuptools-scm
}:
buildPythonPackage rec {
@ -20,6 +21,7 @@ buildPythonPackage rec {
};
checkInputs = [ pytest ];
nativeBuildInputs = [ setuptools-scm ];
propagatedBuildInputs = [ cloudpickle dask numpy toolz multipledispatch scipy scikitlearn ];
checkPhase = ''