python3Packages.dask-ml: setuptools-scm should be in nativeBuildInputs
This commit is contained in:
parent
7e55392a4f
commit
0e54200b06
@ -26,6 +26,10 @@ buildPythonPackage rec {
|
|||||||
sha256 = "8fc4ac3ec1915e382fb8cae9ff1ec9b5ac1bee0b6f4c6975d6e6cb7191a4a815";
|
sha256 = "8fc4ac3ec1915e382fb8cae9ff1ec9b5ac1bee0b6f4c6975d6e6cb7191a4a815";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = [
|
||||||
|
setuptools-scm
|
||||||
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
dask
|
dask
|
||||||
dask-glm
|
dask-glm
|
||||||
@ -39,7 +43,6 @@ 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…
x
Reference in New Issue
Block a user