guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/59: gnu: python-tifffile: Update to 2023.12.9.


From: guix-commits
Subject: 08/59: gnu: python-tifffile: Update to 2023.12.9.
Date: Tue, 16 Jan 2024 05:24:26 -0500 (EST)

rekado pushed a commit to branch wip-python-science
in repository guix.

commit 6d142964374675c5b01a3ef4356f608097b2e452
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Jan 7 23:58:08 2024 +0100

    gnu: python-tifffile: Update to 2023.12.9.
    
    * gnu/packages/python-xyz.scm (python-tifffile): Update to 2023.12.9.
    [propagated-inputs]: Remove python-imagecodecs.
    [native-inputs]: Add python-pytest.
    
    Change-Id: I2567bef390e286ed4399cc67b80a9df503f53c0a
---
 gnu/packages/python-xyz.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4a784d886a..2162ccb31c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9368,19 +9368,21 @@ regions of interest, geometric shapes, paths, text, etc 
for image overlays.")
 (define-public python-tifffile
   (package
     (name "python-tifffile")
-    (version "2021.4.8")
+    (version "2023.12.9")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "tifffile" version))
        (sha256
         (base32
-         "16r0hw7shka1bqf28bv198lj2jhf2r9gy3s5zv4nf5cfsfm8pajm"))))
+         "1f6d8qdlq0zlksfdhp1mhj9icpwhw4cz47r4i80m6r0a328xmlcx"))))
     (build-system python-build-system)
     ;; Tests require lfdfiles, which depends on tifffile
     (arguments `(#:tests? #f))
     (propagated-inputs
-     (list python-numpy python-imagecodecs))
+     (list python-numpy))
+    (native-inputs
+     (list python-pytest))
     (home-page "https://www.lfd.uci.edu/~gohlke/";)
     (synopsis "Read and write TIFF(r) files")
     (description "This package lets you read image and metadata from many



reply via email to

[Prev in Thread] Current Thread [Next in Thread]