guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 878c66667a40e32fe21902b3a4de2540927a2ce3
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Jan 9 14:43:33 2026 +0000
gnu: python-statmorph: Use python-numpy@1.
* gnu/packages/astronomy.scm (python-statmorph):
[propagated-inputs]: Remove python-numpy, add python-numpy-1.
Change-Id: Ibe7a78c4261398867dd0413feb9101b4d79c9eeb
---
gnu/packages/astronomy.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index ab8170eab7..f8ab627ec5 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -9409,7 +9409,7 @@ over many parameters:
python-wheel))
(propagated-inputs
(list python-astropy
- python-numpy
+ python-numpy-1
python-photutils
python-scikit-image
python-scipy