mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: python-jwst: Relax requirements.
* gnu/packages/astronomy.scm (python-jwst) [phases]{relax-requirements}:
Relax vertion check for 'stcal'.
Change-Id: I2a53afd229611c58f1a90e9057a240b4611775f5
This commit is contained in:
parent
47b8e4ff49
commit
25a8b05db5
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue