guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 100ea8bd68fcca92c9c5ca32acb2f8d8b67489da
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Tue Feb 3 23:10:12 2026 +0100
gnu: python-pixell: Fix build by switching to NumPy2.
From https://github.com/simonsobs/pixell/issues/325:
"It does [support numpy>=2.0], though, anything that doesn't work still
is a bug that should be fixed."
Tests pass, so it works well enough. Version on master cannot be
installed due to conflicts.
* gnu/packages/astronomy.scm (python-pixell)[propagated-inputs]:
Remove python-numpy-1; add python-numpy.
Change-Id: If7a8469efd560245ea472d9333b3325e5020c58d
Reviewed-by: Reza Housseini <[email protected]>
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/astronomy.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index b8bd147659..670c50c8f2 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -7220,8 +7220,7 @@ and the use of a modern programming language, techniques,
and libraries
python-healpy-1.18
python-matplotlib
python-numba
- ;; See: <https://github.com/simonsobs/pixell/issues/325>.
- python-numpy-1
+ python-numpy
python-pillow
python-scipy))
(home-page "https://pixell.readthedocs.io/")