[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/13: gnu: python-tifffile: Update to 2023.12.9.
From: |
guix-commits |
Subject: |
10/13: gnu: python-tifffile: Update to 2023.12.9. |
Date: |
Mon, 8 Jan 2024 02:57:20 -0500 (EST) |
rekado pushed a commit to branch wip-python-science
in repository guix.
commit fc60a20e937c3fae221e54947859eb6cefd87f69
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 f654e382a5..8dbadfc50b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9198,19 +9198,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
- branch wip-python-science created (now 26f848f58f), guix-commits, 2024/01/08
- 03/13: gnu: python-doit: Update to 0.36.0., guix-commits, 2024/01/08
- 06/13: gnu: meson-python: Update to 0.15.0., guix-commits, 2024/01/08
- 02/13: gnu: Add pybind11-2.10., guix-commits, 2024/01/08
- 01/13: gnu: Add python-cython-0.29.35., guix-commits, 2024/01/08
- 04/13: gnu: Add python-pyproject-metadata-0.7., guix-commits, 2024/01/08
- 07/13: gnu: python-scipy: Update to 1.11.4., guix-commits, 2024/01/08
- 05/13: gnu: Add python-pydevtool., guix-commits, 2024/01/08
- 11/13: gnu: python-lazy-loader: Update to 0.3., guix-commits, 2024/01/08
- 10/13: gnu: python-tifffile: Update to 2023.12.9.,
guix-commits <=
- 12/13: gnu: python-imageio: Update to 2.33.1., guix-commits, 2024/01/08
- 09/13: gnu: Add python-telomerecat., guix-commits, 2024/01/08
- 13/13: gnu: python-scikit-image: Update to 0.22.0., guix-commits, 2024/01/08
- 08/13: gnu: Add python-parabam., guix-commits, 2024/01/08