~ruther/guix-local

3ff9ea72f41c64ac077601991a1c5037efe110f1 — Sharlatan Hellseher 4 months ago 12b20ce
gnu: python-astrodata: Use python-numpy@1.

* gnu/packages/astronomy.scm (python-astrodata)[propagated-inputs]:
Remove python-numpy; add python-numpy-1.

Change-Id: Iece347ed1b15d5e30e5989f1a2f8afe70c42ccef
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +1 -1
@@ 2822,7 2822,7 @@ a path (for moving targets) and combining cutouts
           python-astropy-6
           python-gwcs-0.21
           python-jsonschema
           python-numpy))
           python-numpy-1))
    (home-page "https://github.com/GeminiDRSoftware/astrodata")
    (synopsis "Managing astronomical data through a uniform interface")
    (description