diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-08-05 21:40:30 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-08-27 17:03:07 +0100 |
commit | 284232e3d690e78f952720be862025193c08c703 (patch) | |
tree | abce3cdcffa21c9457c956395f2a6d5862af78c8 | |
parent | ffbdeba58fd31ea2151301d58419d6996f601587 (diff) | |
download | guix-284232e3d690e78f952720be862025193c08c703.tar.gz guix-284232e3d690e78f952720be862025193c08c703.zip |
gnu: python-glue-core: Adjust inputs.
* gnu/packages/astronomy.scm (python-glue-core): Add missing inputs
highlighted in sanity-check on python-glue-astronomy.
[propagated-inputs]: Add python-h5py and python-pillow.
Change-Id: I6b63152f4b80aa708d882e2b8b598480a620bfca
-rw-r--r-- | gnu/packages/astronomy.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 0febff6867..c3d912ca21 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1166,6 +1166,7 @@ zooming windows, star catalog access, cuts, star pick/FWHM, thumbnails, etc.") python-dill python-echo python-fast-histogram + python-h5py python-ipython python-matplotlib python-mpl-scatter-density @@ -1173,6 +1174,7 @@ zooming windows, star catalog access, cuts, star pick/FWHM, thumbnails, etc.") python-openpyxl python-pandas ;; python-pyavm ; optional, not packed + python-pillow python-scikit-image python-scipy python-setuptools |