mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
python3Packages.dask-ml: adding missing setup dependencies
This commit is contained in:
parent
47410ef56d
commit
510dc52b86
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue