Merge pull request #120233 from nbren12/fix-dask-glm
This commit is contained in:
commit
4fbf987e20
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user