[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/48: gnu: python-tifffile: Update to 2023.12.9.
From: |
guix-commits |
Subject: |
08/48: gnu: python-tifffile: Update to 2023.12.9. |
Date: |
Thu, 11 Jan 2024 07:38:59 -0500 (EST) |
rekado pushed a commit to branch wip-python-science
in repository guix.
commit 56f468dbb33f754231ce1ae1f42a0b14dbd8cfcd
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 3475609c17..9ca1200304 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9218,19 +9218,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
- 21/48: gnu: python-seaborn: Update to 0.13.1., (continued)
- 21/48: gnu: python-seaborn: Update to 0.13.1., guix-commits, 2024/01/11
- 31/48: gnu: cnvkit: Update to 0.9.10., guix-commits, 2024/01/11
- 40/48: gnu: python-hicmatrix: Update to 17.1., guix-commits, 2024/01/11
- 41/48: gnu: python-hicexplorer: Make compatible with latest scipy., guix-commits, 2024/01/11
- 42/48: gnu: python-pint: Add missing input., guix-commits, 2024/01/11
- 09/48: gnu: python-lazy-loader: Update to 0.3., guix-commits, 2024/01/11
- 32/48: gnu: python-plastid: Update to 0.6.1., guix-commits, 2024/01/11
- 02/48: gnu: Add pybind11-2.10., guix-commits, 2024/01/11
- 11/48: gnu: python-scikit-image: Update to 0.22.0., guix-commits, 2024/01/11
- 10/48: gnu: python-imageio: Update to 2.33.1., guix-commits, 2024/01/11
- 08/48: gnu: python-tifffile: Update to 2023.12.9.,
guix-commits <=
- 15/48: gnu: python-pynndescent: Update to 0.5.11., guix-commits, 2024/01/11
- 17/48: gnu: Add python-cppy., guix-commits, 2024/01/11
- 22/48: gnu: Add python-pytest-nunit., guix-commits, 2024/01/11
- 23/48: gnu: python-scanpy: Update to 1.9.6., guix-commits, 2024/01/11
- 26/48: gnu: python-captum: Update to 0.7.0., guix-commits, 2024/01/11
- 30/48: gnu: python-reportlab: Update to 4.0.8., guix-commits, 2024/01/11
- 34/48: gnu: python-pint: Update to 0.23., guix-commits, 2024/01/11
- 27/48: gnu: tadbit: Add missing input., guix-commits, 2024/01/11
- 38/48: gnu: python-fit-nbinom: Disable tests., guix-commits, 2024/01/11
- 43/48: gnu: python-metpy: Update to 1.6.0., guix-commits, 2024/01/11