[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/48: gnu: python-imageio: Update to 2.33.1.
From: |
guix-commits |
Subject: |
10/48: gnu: python-imageio: Update to 2.33.1. |
Date: |
Thu, 11 Jan 2024 07:39:00 -0500 (EST) |
rekado pushed a commit to branch wip-python-science
in repository guix.
commit 8252e5ab3af4789e090409439d2beaf9c50c2721
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 8 00:00:19 2024 +0100
gnu: python-imageio: Update to 2.33.1.
* gnu/packages/python-xyz.scm (python-imageio): Update to 2.33.1.
[propagated-inputs]: Remove python-psutil; add python-tifffile.
[native-inputs]: Add python-black, python-flake8, python-fsspec, and
python-pytest-cov.
Change-Id: I5c64d939f5ee94ac9ec8fdbd7b51cd978b7df0fb
---
gnu/packages/python-xyz.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3dc0ec4a15..53b6669983 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9450,14 +9450,14 @@ from FFMPEG, reliably terminating the process when
done.")
(define-public python-imageio
(package
(name "python-imageio")
- (version "2.26.0")
+ (version "2.33.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "imageio" version))
(sha256
(base32
- "0dgddhi5dlpry5j4d3256v09pcziyj3ii47yx0zi68xprm11d7qn"))))
+ "1kn1gj9vc1mkirs39x3nkw2d56paiagi24kkxksrig9pn502swkq"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -9484,9 +9484,10 @@ from FFMPEG, reliably terminating the process when
done.")
(delete-file "tests/test_freeimage.py"))))))
(inputs (list freeimage))
(propagated-inputs
- (list python-imageio-ffmpeg python-numpy python-pillow python-psutil))
+ (list python-imageio-ffmpeg python-numpy python-pillow python-tifffile))
(native-inputs
- (list python-pytest))
+ (list python-black python-flake8 python-fsspec python-pytest
+ python-pytest-cov))
(home-page "https://imageio.github.io/")
(synopsis "Library for reading and writing a wide range of image data")
(description
- 13/48: gnu: python-matplotx: Disable test_png test., (continued)
- 13/48: gnu: python-matplotx: Disable test_png test., guix-commits, 2024/01/11
- 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 <=
- 08/48: gnu: python-tifffile: Update to 2023.12.9., guix-commits, 2024/01/11
- 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