diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-20 00:34:36 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-28 22:07:05 +0000 |
| commit | 04cf6e4aa880c68e381f393120f516404eab7d0a (patch) | |
| tree | d3f2c9640e8a5103d7f7e1e05402b075ca6f5035 /gnu | |
| parent | 9f4b810ca9e7453ec72e26873caacf46a91980a2 (diff) | |
gnu: python-jwst: Relax more requirements.
* gnu/packages/astronomy.scm (python-jwst)[phases]{relax-requirements}:
Relax more requirements.
Change-Id: Ibcfe8462669920f0cc91cc3552c6026bf84a8092
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/astronomy.scm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index b0ef14edcad..9747aa62a8f 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -6114,7 +6114,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 |
