diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-04 00:36:47 +0000 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:21:19 +0100 |
| commit | d1a8c4e9e91fc4b5b572ccfcb27e3a1934928242 (patch) | |
| tree | 556558b5fb89f7ec94b0a3fe1d5d6aff7c915e74 /gnu | |
| parent | 7f0bd3f662be11fce8d4bca62ec1570e9eb22126 (diff) | |
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 <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-science.scm | 23 |
1 files changed, 7 insertions, 16 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 55370880264..ee340aaee22 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 |
