python3Packages.dask-ml: adding missing setup dependencies
This commit is contained in:
parent
47410ef56d
commit
510dc52b86
@ -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…
x
Reference in New Issue
Block a user