mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-statmorph: Update to 0.7.0.
* gnu/packages/astronomy.scm (python-statmorph): Update to 0.7.0. Change-Id: I171baca4fa8d0863802f855450051addae745a05
This commit is contained in:
parent
ace67c45cf
commit
23d7a41641
1 changed files with 5 additions and 4 deletions
|
@ -6478,13 +6478,13 @@ over many parameters:
|
|||
(define-public python-statmorph
|
||||
(package
|
||||
(name "python-statmorph")
|
||||
(version "0.6.1")
|
||||
(version "0.7.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "statmorph" version))
|
||||
(sha256
|
||||
(base32 "0q9h8yqd8w8ckakn3hx7r5mag3vpgaah077rvi3bdmkmix5ky7r9"))))
|
||||
(base32 "0qrxm0aigsjsqv39vxc85jv1id8b7sry76dx44143ii9hpd9dg4l"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -6500,8 +6500,9 @@ over many parameters:
|
|||
(add-after 'unpack 'relax-requirements
|
||||
(lambda _
|
||||
(substitute* "setup.py"
|
||||
;; scikit-image>=0.25.0
|
||||
((">=0.25.0") ">=0.23.2")))))))
|
||||
;; scikit-image>=0.25.0; tests passed, remove when python-team
|
||||
;; is merged.
|
||||
((">=0.25.2") ">=0.23.2")))))))
|
||||
(native-inputs
|
||||
(list python-pytest
|
||||
python-setuptools
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue