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

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 = ''

View File

@@ -13,6 +13,7 @@
, multipledispatch
, packaging
, distributed
, setuptools-scm
}:
buildPythonPackage rec {
@@ -38,6 +39,7 @@ buildPythonPackage rec {
scipy
six
toolz
setuptools-scm
];
# has non-standard build from source, and pypi doesn't include tests