diff options
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r-- | gnu/packages/python-science.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 185a6f20f3..d245636abb 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -2325,7 +2325,9 @@ parentdir_prefix = dask_expr- ;; package without creating a mutually recursive dependency. (list python-dask/bootstrap python-pytest - python-versioneer)) + python-setuptools + python-versioneer + python-wheel)) (home-page "https://github.com/dask/dask-expr") (synopsis "Dask DataFrames with query optimization") (description "This is a rewrite of Dask DataFrame that includes query |