diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-04 14:36:42 +0000 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:21:28 +0100 |
| commit | 977d394a7f11f18c50fa21020d6d6e4633aff0bf (patch) | |
| tree | 86715021dcd764096e8b98c55a4a6cd12fde23b4 /gnu | |
| parent | 9fd736235e8d9b29b20cea11e06667c838f8e961 (diff) | |
gnu: python-spisea: Use python-numpy@1.
* gnu/packages/astronomy.scm (python-spisea):
[propagated-inputs]: Remove python-numpy; add python-numpy-1.
Change-Id: Iab368ddefd7e73021e1377292afa9bfbd4ccba4d
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -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 301d071f638..69b6b0535e7 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -9344,7 +9344,7 @@ spherical polygons that represent arbitrary regions of the sky.") (propagated-inputs (list python-astropy python-matplotlib - python-numpy + python-numpy-1 python-pysynphot python-scipy)) (home-page "https://spisea.readthedocs.io/en/stable/index.html") |
