diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2026-02-03 23:10:12 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-04 20:44:42 +0000 |
| commit | 100ea8bd68fcca92c9c5ca32acb2f8d8b67489da (patch) | |
| tree | 01782fbcddcbb1a8dea1dd9ba2fae32909992081 | |
| parent | 75cba8fec771bf32d40b9dcc6cd07fae8be640b6 (diff) | |
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 <reza@housseini.me>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| -rw-r--r-- | gnu/packages/astronomy.scm | 3 |
1 files changed, 1 insertions, 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: <https://github.com/simonsobs/pixell/issues/325>. - python-numpy-1 + python-numpy python-pillow python-scipy)) (home-page "https://pixell.readthedocs.io/") |
