guix_mirror_bot pushed a commit to branch astro-updates in repository guix.
commit f797dd8eb529663d9b14e4b975097d07c89bf960 Author: Sharlatan Hellseher <[email protected]> AuthorDate: Fri Oct 17 16:09:50 2025 +0100 gnu: python-jwst: Update to 1.20.0. * gnu/packages/astronomy.scm (python-jwst): Update to 1.20.0. [phases]{relax-requirements}: Remove the most of modifications. [propagated-inputs]: Remove python-asdf-4 and python-crds; add python-asdf and python-crds-minimal. Change-Id: Ia4cdaea6fe128ab248f94f0c0c0af3f398ce4524 --- gnu/packages/astronomy.scm | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index c9b8283676..c0daaff986 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -5368,13 +5368,13 @@ milliarcsecond).") (define-public python-jwst (package (name "python-jwst") - (version "1.19.2") + (version "1.20.0") (source (origin (method url-fetch) (uri (pypi-uri "jwst" version)) (sha256 - (base32 "08c6wm7nchdq3cha9267h0i49s81yq0rz5y6nsbmganx0i9sg2aq")) + (base32 "0p5f1rng1hm3291j6a5bjbkvwzhxb40anjavc38ngz3iiy0rmxq6")) (modules '((guix build utils))) (snippet #~(begin @@ -5399,22 +5399,11 @@ milliarcsecond).") (add-before 'build 'relax-requirements (lambda _ (substitute* "pyproject.toml" - ;; asdf>=4.0,<5 - ((">=4.0,<5") ">=4.0") - ;; drizzle>=2.0.1,<2.1.0 - ((">=2.0.1,<2.1.0") ">=2.0.1") - ;; stcal>=1.14.1,<1.15.0 - ((">=1.14.1,<1.15.0") "") ;; scipy>=1.14.1 (("1.14.1") "1.12.0") ;; XXX: Can't detect opencv-python version. The input opencv ;; might not set the version correctly. - ((".*opencv-python-headless.*") "") - ;; Remove broken scripts, see - ;; <https://github.com/spacetelescope/jwst/issues/9401>. - (("asn_gather = .*") "") - (("create_data = .*") "") - (("csvconvert = .*") ""))))))) + ((".*opencv-python-headless.*") ""))))))) (native-inputs (list python-ci-watson python-pysiaf @@ -5428,11 +5417,11 @@ milliarcsecond).") (propagated-inputs ;; opencv provides OpenCV-Python which is Listed as install requirement. (list opencv - python-asdf-4 + python-asdf python-asdf-astropy python-astropy python-bayesicfitting - python-crds + python-crds-minimal python-drizzle python-gwcs python-importlib-metadata
