guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 171c93733c6dc8b01966b5dd2c08a040065dd950
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jan 4 00:36:47 2026 +0000
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
---
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 5537088026..ee340aaee2 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