guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 25a8b05db5c4fd7864463d3ffe8f0369ad7b78eb
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 100710af1c..10913839c2 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -4715,6 +4715,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