summaryrefslogtreecommitdiff
path: root/gnu/packages/python-science.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-06-16 14:34:07 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-08 23:02:14 +0100
commitc7418834af563572a6c08fb21c599a7be414d89f (patch)
treedf38e0b62c8d2ae16c2aee67eb5a6d8ea7d4070d /gnu/packages/python-science.scm
parentea9d2d5b84be4df81dd48d3da4cbcdbb4db82a41 (diff)
gnu: python-dask-image: Update to 2026.5.0.
* gnu/packages/python-science.scm (python-dask-image): Update to 2026.5.0. [source]: Switch to git-source. [arguments]: Drop all. Change-Id: Iff8d1ddd63509f87ba8e0e57b24875d00e64544e
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r--gnu/packages/python-science.scm26
1 files changed, 11 insertions, 15 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 19cebd194b7..e884e338d84 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -1038,23 +1038,18 @@ dask-gateway server.")
1038(define-public python-dask-image 1038(define-public python-dask-image
1039 (package 1039 (package
1040 (name "python-dask-image") 1040 (name "python-dask-image")
1041 (version "2025.11.0") 1041 (version "2026.5.0")
1042 (source 1042 (source
1043 (origin 1043 (origin
1044 (method url-fetch) 1044 (method git-fetch)
1045 (uri (pypi-uri "dask_image" version)) 1045 (uri (git-reference
1046 (url "https://github.com/dask/dask-image")
1047 (commit (string-append "v" version))))
1048 (file-name (git-file-name name version))
1046 (sha256 1049 (sha256
1047 (base32 "1cx07dh09yqq6swyziiy9mb2f27ywja18gylfly1874a7af1mks5")))) 1050 (base32 "0vz4f7c3fhj6lw4nvskdkjif13ymzibpvww8w21fzqkifrnxlij8"))))
1048 (build-system pyproject-build-system) 1051 (build-system pyproject-build-system)
1049 (arguments 1052 ;; tests: 2171 passed, 178 skipped, 119 warnings
1050 (list
1051 ;; tests: 2171 passed, 177 skipped, 3405 warnings
1052 #:phases
1053 #~(modify-phases %standard-phases
1054 (add-after 'unpack 'fix-pytest-config
1055 (lambda _
1056 (substitute* "pyproject.toml"
1057 (("--flake8") "")))))))
1058 (native-inputs 1053 (native-inputs
1059 (list python-pytest 1054 (list python-pytest
1060 python-pytest-timeout 1055 python-pytest-timeout
@@ -1063,10 +1058,11 @@ dask-gateway server.")
1063 (propagated-inputs 1058 (propagated-inputs
1064 (list python-dask 1059 (list python-dask
1065 python-numpy 1060 python-numpy
1066 python-pandas
1067 python-pims 1061 python-pims
1068 python-scipy 1062 python-scipy
1069 python-tifffile)) 1063 python-tifffile
1064 ;; [optional]
1065 python-pandas))
1070 (home-page "https://github.com/dask/dask-image") 1066 (home-page "https://github.com/dask/dask-image")
1071 (synopsis "Distributed image processing") 1067 (synopsis "Distributed image processing")
1072 (description "This is a package for image processing with Dask arrays. 1068 (description "This is a package for image processing with Dask arrays.