Merge pull request #120233 from nbren12/fix-dask-glm

This commit is contained in:
Sandro
2021-04-24 03:10:54 +02:00
committed by GitHub
2 changed files with 4 additions and 0 deletions
@@ -8,6 +8,7 @@
, scipy , scipy
, scikitlearn , scikitlearn
, pytest , pytest
, setuptools-scm
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@@ -20,6 +21,7 @@ buildPythonPackage rec {
}; };
checkInputs = [ pytest ]; checkInputs = [ pytest ];
nativeBuildInputs = [ setuptools-scm ];
propagatedBuildInputs = [ cloudpickle dask numpy toolz multipledispatch scipy scikitlearn ]; propagatedBuildInputs = [ cloudpickle dask numpy toolz multipledispatch scipy scikitlearn ];
checkPhase = '' checkPhase = ''
@@ -13,6 +13,7 @@
, multipledispatch , multipledispatch
, packaging , packaging
, distributed , distributed
, setuptools-scm
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@@ -38,6 +39,7 @@ buildPythonPackage rec {
scipy scipy
six six
toolz toolz
setuptools-scm
]; ];
# has non-standard build from source, and pypi doesn't include tests # has non-standard build from source, and pypi doesn't include tests