mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-02 23:35:54 +02:00
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
This commit is contained in:
@@ -904,21 +904,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.
|
||||
|
||||
Reference in New Issue
Block a user