diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-28 13:45:00 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-19 13:57:35 +0100 |
commit | ebd492071c55e05e4989105ee15bf537ff0f7ba5 (patch) | |
tree | 47ded20218e93ad46a7c036908bea282ac663aba | |
parent | a0f897cac64171e3d18062dfeff26e78b75f6ee7 (diff) |
gnu: python-dask-image: Reduce closure size.
* gnu/packages/python-science.scm (python-dask-image):
[propagated-inputs]: Remove python-pandas-2; add python-pandas.
[native-inputs]: Remove python-coverage, python-flake8,
python-pytest-cov, python-pytest-flake8, python-twine, and
python-wheel.
Change-Id: I30880cb0abc6d24533871f072d4277fed644c82d
-rw-r--r-- | gnu/packages/python-science.scm | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 3656b6b401..448ce31221 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -919,21 +919,15 @@ optimization and generally improved organization.") (string-append "version = \"" #$version "\"")))))))) (propagated-inputs (list python-dask python-numpy - python-pandas-2 + python-pandas python-pims python-scipy python-tifffile)) (native-inputs - (list python-coverage - python-flake8 - python-pytest - python-pytest-cov - python-pytest-flake8 + (list python-pytest python-pytest-timeout python-setuptools - python-setuptools-scm - python-twine - python-wheel)) + python-setuptools-scm)) (home-page "https://github.com/dask/dask-image") (synopsis "Distributed image processing") (description "This is a package for image processing with Dask arrays. |