guix_mirror_bot pushed a commit to branch astro-updates in repository guix.
commit 95d80add6edc190753b63e51726cab020d97a72e Author: Sharlatan Hellseher <[email protected]> AuthorDate: Tue Oct 14 14:35:19 2025 +0100 gnu: python-regularizepsf: Adjust inputs. * gnu/packages/astronomy.scm (python-regularizepsf) [native-inputs]: Remove python-wheel, and python-sep-pjw; ad python-sep. Change-Id: Ia9edc13e771fa27cafe103572f7e2c8e99fa1eab --- gnu/packages/astronomy.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 8b58845049..08a3c0cfda 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -7329,8 +7329,7 @@ solar physics.") (list python-pytest python-pytest-mpl python-setuptools - python-setuptools-scm - python-wheel)) + python-setuptools-scm)) (propagated-inputs (list python-astropy python-h5py @@ -7338,7 +7337,7 @@ solar physics.") python-numpy python-scikit-image python-scipy - python-sep-pjw)) + python-sep)) (home-page "https://github.com/punch-mission/regularizepsf") (synopsis "Point spread function modeling and regularization") (description
