guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 21f915d03c800ba00abd7219b310abcdb16e0b26
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jan 29 22:48:27 2026 +0000
gnu: python-pixell: Use python-numpy-1 and python-healpy-1.18.
* gnu/packages/astronomy.scm (python-pixell):
[propagated-inputs]: Remove python-healpy, and python-numpy; add
python-healpy-1.18, and python-numpy-1.
Change-Id: I125e76ba9d857aa4a924362d209c8e5935d1fa42
---
gnu/packages/astronomy.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 3b6e4862ce..287c05f8b3 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -7220,10 +7220,11 @@ and the use of a modern programming language,
techniques, and libraries
python-dateutil
python-ducc0
python-ephem
- python-healpy
+ python-healpy-1.18
python-matplotlib
python-numba
- python-numpy
+ ;; See: <https://github.com/simonsobs/pixell/issues/325>.
+ python-numpy-1
python-pillow
python-scipy))
(home-page "https://pixell.readthedocs.io/")