guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 2dff95674f49d72d692348b5e9167b756b1f0eb0
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Tue Feb 3 23:48:54 2026 +0100

    gnu: python-spisea: Switch to NumPy2.
    
    * gnu/packages/astronomy.scm (python-spisea): Switch to NumPy2.
    [propagated-inputs]: Remove python-numpy-1; add python-numpy.
    
    Change-Id: Ibd8b37b80b37b73a04dd023aadc8a15b2f0d9a4e
    Reviewed-by: Reza Housseini <[email protected]>
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 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 806caaf8f2..c2ae4db7ff 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -9778,7 +9778,7 @@ spherical polygons that represent arbitrary regions of 
the sky.")
     (propagated-inputs
      (list python-astropy
            python-matplotlib
-           python-numpy-1
+           python-numpy
            python-pysynphot
            python-scipy))
     (home-page "https://spisea.readthedocs.io/en/stable/index.html";)

Reply via email to