From d1a8c4e9e91fc4b5b572ccfcb27e3a1934928242 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 4 Jan 2026 00:36:47 +0000 Subject: [PATCH] gnu: python-multiscale-spatial-image: Update to 2.0.3. * gnu/packages/python-science.scm (python-multiscale-spatial-image): Update to 2.0.3. [propagated-inputs]: Remove quasiquote and ((unquote insight-toolkit) "python"); add python-dask, python-numpy, python-dateutil, python-spatial-image, python-xarray, python-xarray-dataclass, and python-zarr. [native-inputs]: Remove python-fsspec, python-ipfsspec, python-jsonschema, python-nbmake, python-pooch, python-pytest, python-pytest-mypy, python-urllib3, and python-zarr. Change-Id: I22f93379f92da785f851c17d149745ea9124a999 Signed-off-by: Rutherther --- gnu/packages/python-science.scm | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 55370880264dcaac2a386eaf9472b081b1141c6c..ee340aaee2206f08070334cc16b8e68f2cdcbcb2 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -1861,35 +1861,26 @@ Python's native complex data types is also supported.") (define-public python-multiscale-spatial-image (package (name "python-multiscale-spatial-image") - (version "1.0.0") + (version "2.0.3") (source (origin (method url-fetch) (uri (pypi-uri "multiscale_spatial_image" version)) (sha256 - (base32 "01kcagjy797hbz5an9cp8wcl5krgp21yb7ibfimvpidb3jp5lfhb")))) + (base32 "1avcc7hrgyza793i02vjfvyn2bg0ag50h1pagapbpj65hl3v4whb")))) (build-system pyproject-build-system) ;; All interesting tests require file downloads over IPFS. (arguments (list #:tests? #false)) (propagated-inputs - (list `(,insight-toolkit "python") - python-dask - python-dask-image + (list python-dask python-numpy + python-dateutil python-spatial-image python-xarray - python-xarray-datatree)) - (native-inputs - (list python-fsspec - python-hatchling - python-ipfsspec - python-jsonschema - python-nbmake - python-pooch - python-pytest - python-pytest-mypy - python-urllib3 + python-xarray-dataclass python-zarr)) + (native-inputs + (list python-hatchling)) (home-page "https://github.com/spatial-image/multiscale-spatial-image") (synopsis "Multi-dimensional spatial image data structure") (description