guix_mirror_bot pushed a commit to branch astro-updates in repository guix.
commit 9ab6a633e01f7007e54d710f806875f470484f6f Author: Sharlatan Hellseher <[email protected]> AuthorDate: Fri Aug 22 11:52:20 2025 +0100 gnu: python-jwst: Relax requirements. * gnu/packages/astronomy.scm (python-jwst) [phases]{relax-requirements}: Relax vertion check for 'stcal'. Change-Id: I2a53afd229611c58f1a90e9057a240b4611775f5 --- gnu/packages/astronomy.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 1173c7d021..f25eec7684 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -4722,6 +4722,8 @@ milliarcsecond).") (substitute* "pyproject.toml" ;; 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
