summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-12-14 22:39:41 +0000
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:19:12 +0100
commitc49f801deb13c9d5f73891c47e16ce670533640e (patch)
treedaf82c39ff521f26ee14aa479b92ed2dabad4d03 /gnu
parent3e4caa25a32836970c18c4817eaa66dbf28260c4 (diff)
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 <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/astronomy.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index aca0655e00b..6eaceaf2d01 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")