gnu: python-roman-datamodels: Update to 0.24.0.

* gnu/packages/astronomy.scm (python-roman-datamodels): Update to 0.24.0.
[propagated-inputs]: Add python-pyarrow.
[native-inputs]: Add python-pandas.

Change-Id: I62fd4d5ee34284de59bc886eeb7045a134586c55
This commit is contained in:
Sharlatan Hellseher 2025-04-21 16:57:21 +01:00
parent 6ff5856a1b
commit 66fa6e049a
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -6971,13 +6971,13 @@ solar physics.")
(define-public python-roman-datamodels (define-public python-roman-datamodels
(package (package
(name "python-roman-datamodels") (name "python-roman-datamodels")
(version "0.23.1") (version "0.24.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "roman_datamodels" version)) (uri (pypi-uri "roman_datamodels" version))
(sha256 (sha256
(base32 "14awdf4ndx9rhdz70s3mayp5j8cfmn9bb37yf3cp3s4w62ydmwfi")))) (base32 "1jlzfpzg13g9sq1i0dz27ymny48rwz74blp2dqhk9idynbyp5l4k"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list (list
@ -6989,7 +6989,8 @@ solar physics.")
(lambda _ (lambda _
(setenv "HOME" "/tmp")))))) (setenv "HOME" "/tmp"))))))
(native-inputs (native-inputs
(list python-pytest (list python-pandas
python-pytest
python-pytest-doctestplus python-pytest-doctestplus
python-pytest-env python-pytest-env
python-pytest-xdist python-pytest-xdist
@ -7004,6 +7005,7 @@ solar physics.")
python-gwcs python-gwcs
python-lz4 python-lz4
python-numpy python-numpy
python-pyarrow
python-rad)) python-rad))
(home-page "https://github.com/spacetelescope/roman_datamodels") (home-page "https://github.com/spacetelescope/roman_datamodels")
(synopsis "Roman Datamodels Support") (synopsis "Roman Datamodels Support")