This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch astro-update
in repository guix.
The following commit(s) were added to refs/heads/astro-update by this push:
new 67b867ba72 gnu: python-jwst: Relax more requirements.
67b867ba72 is described below
commit 67b867ba72a91b75173b59bdf006c27d8eba5f2f
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Feb 20 00:34:36 2026 +0000
gnu: python-jwst: Relax more requirements.
* gnu/packages/astronomy.scm (python-jwst)[phases]{relax-requirements}:
Relax more requirements.
Change-Id: Ibcfe8462669920f0cc91cc3552c6026bf84a8092
---
gnu/packages/astronomy.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 4f69bbfceb..e437c7943b 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -6169,7 +6169,11 @@ milliarcsecond).")
(lambda _
(substitute* "pyproject.toml"
;; drizzle>=2.1.1,<2.2.0
- ((">=2.1.1,<2.2.0") ">=2.1.1")))))))
+ ((">=2.1.1,<2.2.0") ">=2.1.1")
+ ;; gwcs>=0.26.0,<0.27.0
+ ((">=0.26.0,<0.27.0") ">=0.26.0")
+ ;; stcal>=1.15.2,<1.16.0
+ ((">=1.15.2,<1.16.0") ">=1.15.2")))))))
(native-inputs
(list python-ci-watson
python-pysiaf