From c49f801deb13c9d5f73891c47e16ce670533640e Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 14 Dec 2025 22:39:41 +0000 Subject: [PATCH] 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 Signed-off-by: Rutherther --- 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 aca0655e00b8fdba740ef3661aa39dd6839a9d10..6eaceaf2d010765f63096ce9055b292ec90f47f1 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")