python3Packages.dask-glm: add missing setuptools-scm dep
This commit is contained in:
parent
f25190d7f2
commit
bd8fb47110
|
@ -5,6 +5,7 @@
|
|||
, dask
|
||||
, numpy, toolz # dask[array]
|
||||
, multipledispatch
|
||||
, setuptools-scm
|
||||
, scipy
|
||||
, scikitlearn
|
||||
, pytest
|
||||
|
@ -19,6 +20,7 @@ buildPythonPackage rec {
|
|||
sha256 = "58b86cebf04fe5b9e58092e1c467e32e60d01e11b71fdc628baaa9fc6d1adee5";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ setuptools-scm ];
|
||||
checkInputs = [ pytest ];
|
||||
propagatedBuildInputs = [ cloudpickle dask numpy toolz multipledispatch scipy scikitlearn ];
|
||||
|
||||
|
|
Loading…
Reference in New Issue