me
/
guix
Archived
1
0
Fork 0

gnu: python-jwst: Update to 1.11.4.

* gnu/packages/astronomy.scm (python-jwst): Update to 1.11.4.
[propagated-inputs]: Add python-asdf-transform-schemas, python-jplephem.
[native-inputs]: Remove python-codecov, python-flake8.

Signed-off-by: Christopher Baines <mail@cbaines.net>
Sharlatan Hellseher 2023-09-07 23:32:19 +01:00 committed by Christopher Baines
parent 815d0c00d5
commit b38d893b90
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 5 additions and 5 deletions

View File

@ -3181,13 +3181,13 @@ JPL ephemerides use to predict raw (x,y,z) planetary positions.")
(define-public python-jwst
(package
(name "python-jwst")
(version "1.10.2")
(version "1.11.4")
(source (origin
(method url-fetch)
(uri (pypi-uri "jwst" version))
(sha256
(base32
"1lmfyw2y7c84rs9xqavah9aidj478ijiiijlz6fag11xqn1vs98y"))))
"1q3kpdjr8j1y8hkpidy80aqxsp3k13sz4j5aagq3wnzvpnds3x73"))))
(build-system pyproject-build-system)
(arguments
(list
@ -3204,11 +3204,13 @@ JPL ephemerides use to predict raw (x,y,z) planetary positions.")
(propagated-inputs (list opencv
python-asdf
python-asdf-astropy
python-asdf-transform-schemas
python-astropy
python-bayesicfitting
python-crds
python-drizzle
python-gwcs
python-jplephem
python-jsonschema
python-numpy
python-photutils
@ -3226,9 +3228,7 @@ JPL ephemerides use to predict raw (x,y,z) planetary positions.")
python-stsci-imagestats
python-tweakwcs
python-wiimatch))
(native-inputs (list python-codecov
python-colorama
python-flake8
(native-inputs (list python-colorama
python-pytest
python-pytest-cov
python-pytest-doctestplus