guix_mirror_bot pushed a commit to branch astro-updates in repository guix.
commit defd597078cb47f51be95a0c0513b5ed9172042b Author: Sharlatan Hellseher <[email protected]> AuthorDate: Tue Jul 22 11:58:19 2025 +0100 gnu: python-jwst: Update to 1.19.1. * gnu/packages/astronomy.scm (python-jwst): Update to 1.19.1. [phases] <relax-requirements>: Refresh the list. [native-inputs]: Remove python-setuptools; add python-setuptools-next. Change-Id: I1ecd0ae28201f9a11d629ade24525287688620e5 --- gnu/packages/astronomy.scm | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 0e460581bb..a5d7104e99 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -4379,13 +4379,13 @@ satellite.") (define-public python-jwst (package (name "python-jwst") - (version "1.18.1") + (version "1.19.1") (source (origin (method url-fetch) (uri (pypi-uri "jwst" version)) (sha256 - (base32 "1zhq9816zx0binny80blvwld8zwd52m29b8vspwr2j4nzq1ijyb5")) + (base32 "1bds1a8bgyac19bwr7kf6wcknkmmchji23svhr8mpciga8gm27gv")) (modules '((guix build utils))) (snippet #~(begin @@ -4410,12 +4410,8 @@ satellite.") (add-before 'build 'relax-requirements (lambda _ (substitute* "pyproject.toml" - ;; stcal<1.13.0,>=1.12.0 - ((">=1.12.0,<1.13.0") "") ; main branch points to the latest commit - ;; "stpipe>=0.8.1,<0.9.0", - ((">=0.8.1,<0.9.0") "") - ;; "stdatamodels>=3.0.1,<3.1.0", - ((">=3.0.1,<3.1.0") "") + ;; drizzle>=2.0.1,<2.1.0 + ((">=2.0.1,<2.1.0") ">=2.0.1") ;; scipy>=1.14.1 (("1.14.1") "1.12.0") ;; XXX: Can't detect opencv-python version. The input opencv @@ -4433,7 +4429,7 @@ satellite.") python-pytest-cov python-pytest-doctestplus python-requests-mock - python-setuptools + python-setuptools-next python-setuptools-scm python-wheel)) (propagated-inputs
