gnu: python-arviz: Update to 0.20.0.

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

Change-Id: I9998e822b1961d2ddf487b71d1bc3b45841b2b3c
This commit is contained in:
Vinicius Monego 2024-11-22 20:05:04 -03:00
parent 0d37e234f7
commit a260fb09a5
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -2338,7 +2338,7 @@ machine learning, computer vision, and high-dimensional statistics.")
(define-public python-arviz
(package
(name "python-arviz")
(version "0.19.0")
(version "0.20.0")
(source (origin
(method git-fetch) ; PyPI misses some test files
(uri (git-reference
@ -2347,7 +2347,7 @@ machine learning, computer vision, and high-dimensional statistics.")
(file-name (git-file-name name version))
(sha256
(base32
"0wj1yxr6as368vkr4mk9fz4584nyy12gq2v20l7542lnaabw403z"))))
"1dk25jmsljan6pfcq0s06vgk7gg20qqhk0zqnpd8dw94dhw2mnpa"))))
(build-system pyproject-build-system)
(arguments
;; FIXME: matplotlib tests fail because of the "--save" test flag.