gnu: Add python-xarray-schema.
* gnu/packages/python-science.scm (python-xarray-schema): New variable. Change-Id: I4ca650f2c2872698fc22392add169f44b9e2e035
This commit is contained in:
parent
061885faec
commit
c9d9b9572b
1 changed files with 19 additions and 0 deletions
|
@ -1406,6 +1406,25 @@ being merged upstream into @code{xarray}.")
|
||||||
functions and around einops with an API and features adapted to xarray.")
|
functions and around einops with an API and features adapted to xarray.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public python-xarray-schema
|
||||||
|
(package
|
||||||
|
(name "python-xarray-schema")
|
||||||
|
(version "0.0.3")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "xarray-schema" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "08194629696z98dkc74i6c9zmy1jicvd2ajb75q0lsf0i427cv4w"))))
|
||||||
|
(build-system pyproject-build-system)
|
||||||
|
(propagated-inputs (list python-numpy python-xarray))
|
||||||
|
(native-inputs (list python-pytest python-setuptools-scm))
|
||||||
|
(home-page "https://github.com/carbonplan/xarray-schema")
|
||||||
|
(synopsis "Schema validation for Xarray objects")
|
||||||
|
(description "This package implements schema validation for Xarray
|
||||||
|
objects.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-pytensor
|
(define-public python-pytensor
|
||||||
(package
|
(package
|
||||||
(name "python-pytensor")
|
(name "python-pytensor")
|
||||||
|
|
Reference in a new issue