gnu: python-arviz: Update to 0.17.0.

* gnu/packages/statistics.scm (python-arviz): Update to 0.17.0.

Change-Id: I93112c570010165c888b5e303a3c82d80cda3016
This commit is contained in:
Vinicius Monego 2024-01-24 12:23:53 -03:00
parent a4c9766108
commit 90b80796bf
No known key found for this signature in database
GPG Key ID: 637B0B138065B68A

View File

@ -2134,7 +2134,7 @@ machine learning, computer vision, and high-dimensional statistics.")
(define-public python-arviz
(package
(name "python-arviz")
(version "0.16.1")
(version "0.17.0")
(source (origin
(method git-fetch) ; PyPI misses some test files
(uri (git-reference
@ -2143,7 +2143,7 @@ machine learning, computer vision, and high-dimensional statistics.")
(file-name (git-file-name name version))
(sha256
(base32
"19phaqbpls82300z7ghicrldjxyjq4ilmmwsmd9zkl8c7ld5cb4j"))))
"0rmv7nniciq2jjnmk3qslc777wm8mjp7vsbk5dqx87a94dp7198f"))))
(build-system pyproject-build-system)
(arguments
;; FIXME: matplotlib tests fail because of the "--save" test flag.