guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit e08905ae1cb4ddf66183fdd55524429c0000cc48
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Dec 14 22:39:41 2025 +0000
gnu: python-lofar-h5plot: Use python-numpy@1.
* gnu/packages/astronomy.scm (python-lofar-h5plot):
[propagated-inputs]: Remove python-numpy; add python-numpy-1.
[native-inputs]: Remove python-wheel.
Change-Id: I1fef6da8cfbc24b85619b5d624d25feb371e7f91
---
gnu/packages/astronomy.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index aca0655e00..6eaceaf2d0 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -6203,12 +6203,11 @@ emission lines in 1-D spectra, especially galaxy and
quasar spectra.")
(list #:tests? #f)) ; no tests provided
(native-inputs
(list python-cython
- python-setuptools
- python-wheel))
+ python-setuptools))
(propagated-inputs
(list python-losoto
python-matplotlib
- python-numpy
+ python-numpy-1
python-pyqt
python-pyqt5-sip))
(home-page "https://github.com/tikk3r/lofar-h5plot")