gnu: python-arviz: Update to 0.16.1.

* gnu/packages/statistics.scm (python-arviz): Update to 0.16.1.
This commit is contained in:
Vinicius Monego 2023-07-22 10:19:31 -03:00
parent 3e8b6e51e1
commit 26e24d8018
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -2129,7 +2129,7 @@ (define-public python-hdmedians
(define-public python-arviz
(package
(name "python-arviz")
(version "0.15.1")
(version "0.16.1")
(source (origin
(method git-fetch) ; PyPI misses some test files
(uri (git-reference
@ -2138,7 +2138,7 @@ (define-public python-arviz
(file-name (git-file-name name version))
(sha256
(base32
"0nqr4v927r9kc50z7rwlk2m8nw3dnnmmwmwcfijzd93gbg53wc4f"))))
"19phaqbpls82300z7ghicrldjxyjq4ilmmwsmd9zkl8c7ld5cb4j"))))
(build-system pyproject-build-system)
(arguments
;; FIXME: matplotlib tests fail because of the "--save" test flag.