gnu: python-pods: Update to 0.1.17.

* gnu/packages/python-science.scm (python-pods): Update to 0.1.17.
[native-inputs]: Remove python-setuptools and python-wheel; add python-poetry-core.

Change-Id: I68db152ec47c54ffb92528863e9faedec11440ac
This commit is contained in:
Sharlatan Hellseher 2025-01-27 19:40:55 +00:00
parent 13b6dc1467
commit ab46e9fb53
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3426,18 +3426,24 @@ machine learning algorithms based on GPs.")
(define-public python-pods
(package
(name "python-pods")
(version "0.1.14")
(version "0.1.17")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pods" version))
(sha256
(base32 "157xxs12qbnz1g6agy0a4dqhsa4msbqryrxpg5w3r3pb8gxdl4dh"))))
(base32 "1z57jdwml2jzr2dq20p7pzx3ayhajgfd2d0xqjvgzx576hp2z1ac"))))
(build-system pyproject-build-system)
(arguments (list #:tests? #f)) ;no test suite
(propagated-inputs (list python-pandas python-pyyaml python-scipy
python-tables))
(native-inputs (list python-setuptools python-wheel))
;; Tests depend on Nose framework and try to download test data from
;; <https://github.com/SheffieldML/GPmat>.
(arguments (list #:tests? #f))
(native-inputs
(list python-poetry-core))
(propagated-inputs
(list python-pandas
python-pyyaml
python-scipy
python-tables))
(home-page "https://github.com/lawrennd/ods")
(synopsis "Python software for Open Data Science")
(description "This package provides utilities and tools for open data