1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-20 09:10:30 +02:00

gnu: python-statmorph: Fix install by switching to NumPy2.

* gnu/packages/astronomy.scm (python-statmorph): Use NumPy2.
[arguments]<#:test-flags>: Deselect unstable test.
[propagated-inputs]: Remove python-numpy-1 and python-wheel; add
python-numpy.

Change-Id: I5f330a3344b81e790af9e17fef668b39c99395aa
Reviewed-by: Reza Housseini <reza@housseini.me>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Hugo Buddelmeijer
2026-02-04 12:51:38 +01:00
committed by Sharlatan Hellseher
parent 2dff95674f
commit 73ec8f84be

View File

@@ -9811,13 +9811,18 @@ over many parameters:
(sha256
(base32 "1c4srrmfzx8iszcc140ylljs0dzqs6d9ya2z7wic96p6y6gixb9h"))))
(build-system pyproject-build-system)
(arguments
(list
#:test-flags
;; Test fails due to numerical uncertainties.
;; See: <https://github.com/vrodgom/statmorph/issues/17>.
#~(list"--deselect=statmorph/tests/test_statmorph.py::test_full_gini_segmap")))
(native-inputs
(list python-pytest
python-setuptools
python-wheel))
python-setuptools))
(propagated-inputs
(list python-astropy
python-numpy-1
python-numpy
python-photutils
python-scikit-image
python-scipy