me
/
guix
Archived
1
0
Fork 0

gnu: python-scikit-image: Update to 0.19.1.

* gnu/packages/python-science.scm (python-scikit-image): Update to 0.19.1.
[propagated-inputs]: Add PYTHON-PYTHRAN.
[native-inputs]: Remove PYTHON-CODECOV, PYTHON-FLAKE8, PYTHON-PYTEST-COV, and
PYTHON-WHEEL.
Marius Bakke 2022-02-18 21:40:24 +01:00
parent fb84285b7a
commit 2f6f9f2e54
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 5 additions and 8 deletions

View File

@ -257,13 +257,13 @@ logic, also known as grey logic.")
(define-public python-scikit-image (define-public python-scikit-image
(package (package
(name "python-scikit-image") (name "python-scikit-image")
(version "0.18.1") (version "0.19.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "scikit-image" version)) (uri (pypi-uri "scikit-image" version))
(sha256 (sha256
(base32 "0wgisa03smhrphcjnhq7waa5vyyd32b67hblapjbqrqqj751idpv")))) (base32 "0f0147jwkhx0w4s5r7w3drb7znzl2pgp4b0mdap1ha7cx3hhxw28"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases
@ -293,17 +293,14 @@ logic, also known as grey logic.")
python-networkx python-networkx
python-numpy python-numpy
python-pillow python-pillow
python-pythran
python-pywavelets python-pywavelets
python-scipy python-scipy
python-tifffile)) python-tifffile))
(native-inputs (native-inputs
(list python-codecov (list python-cython
python-cython
python-flake8
python-pytest python-pytest
python-pytest-cov python-pytest-localserver))
python-pytest-localserver
python-wheel))
(home-page "https://scikit-image.org/") (home-page "https://scikit-image.org/")
(synopsis "Image processing in Python") (synopsis "Image processing in Python")
(description (description