diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-12 15:31:15 +0000 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:18:45 +0100 |
| commit | 3ff9ea72f41c64ac077601991a1c5037efe110f1 (patch) | |
| tree | 520d7c5b660ab5877db34990664bd6ba3a59ed87 /gnu/packages | |
| parent | 12b20ce371fc401a7273fa219493eca0849b093d (diff) | |
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>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/astronomy.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 8441c644192..d7a1d4c3228 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -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 |
