guix_mirror_bot pushed a commit to branch astro-update
in repository guix.
commit d10b5e232e04b3c5f747fe4ae130e092b63f533c
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jan 20 10:34:44 2026 +0000
gnu: python-ndcube-minimal: Reduce closure size.
* gnu/packages/astronomy.scm (python-ndcube-minimal)[native-inputs]: Do
not inherit from python-ndcube, remove python-matplotlib,
python-mpl-animators, and python-reproject.
Change-Id: I3b625c44ad6a09571e489fdf1f577662fec3df25
---
gnu/packages/astronomy.scm | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 471f158fda..094cacf882 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -6509,7 +6509,12 @@ translations.")
(list #:tests? #f))
(native-inputs
(list python-setuptools
- python-setuptools-scm))))
+ python-setuptools-scm))
+ (propagated-inputs
+ (list python-astropy
+ python-gwcs
+ python-numpy
+ python-scipy))))
(define-public python-ogadf-schema
(package