guix_mirror_bot pushed a commit to branch master
in repository guix.
commit e64ad323b546fd82b29acfe94dbb167fb47d3894
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Tue Feb 3 23:15:29 2026 +0100
gnu: python-mapsims: Fix install by switching to NumPy2.
Package could not be installed due to NumPy conflicts, but works fine
with NumPy2.
* gnu/packages/astronomy.scm (python-mapsims):[propagated-inputs]:
Remove python-numpy-1; add python-numpy.
Change-Id: I16d92715fb3117c20f2a3830bbec95cfb004bd87
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 670c50c8f2..4d371c9a20 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -6720,7 +6720,7 @@ will depend on your needs.")
(propagated-inputs
(list python-astropy
python-healpy-1.18
- python-numpy-1
+ python-numpy
python-pixell
python-pysm3
python-pyyaml