guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit c8c3e7743bfe6c0e8b3678092ba3185ab6f009b6
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jan 4 14:36:42 2026 +0000
gnu: python-spisea: Use python-numpy@1.
* gnu/packages/astronomy.scm (python-spisea):
[propagated-inputs]: Remove python-numpy; add python-numpy-1.
Change-Id: Iab368ddefd7e73021e1377292afa9bfbd4ccba4d
---
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 301d071f63..69b6b0535e 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -9344,7 +9344,7 @@ spherical polygons that represent arbitrary regions of
the sky.")
(propagated-inputs
(list python-astropy
python-matplotlib
- python-numpy
+ python-numpy-1
python-pysynphot
python-scipy))
(home-page "https://spisea.readthedocs.io/en/stable/index.html")