From 977d394a7f11f18c50fa21020d6d6e4633aff0bf Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 4 Jan 2026 14:36:42 +0000 Subject: [PATCH] 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 Signed-off-by: Rutherther --- 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 301d071f63894a81bcb6ef695a62e9440d0c3265..69b6b0535e777993ad1d2f24908344bfd05f3d22 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")