~ruther/guix-local

c49f801deb13c9d5f73891c47e16ce670533640e — Sharlatan Hellseher 3 months ago 3e4caa2
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>
1 files changed, 2 insertions(+), 3 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +2 -3
@@ 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")