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