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