From 100ea8bd68fcca92c9c5ca32acb2f8d8b67489da Mon Sep 17 00:00:00 2001 From: Hugo Buddelmeijer Date: Tue, 3 Feb 2026 23:10:12 +0100 Subject: 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 Signed-off-by: Sharlatan Hellseher --- 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 b8bd147659f..670c50c8f20 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: . - python-numpy-1 + python-numpy python-pillow python-scipy)) (home-page "https://pixell.readthedocs.io/") -- cgit v1.3