1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-arviz: Update to 0.21.0.

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

Change-Id: I2dda9fb69c5a120d0370ebae58729df201a14978
This commit is contained in:
Vinicius Monego
2025-03-11 09:32:55 -03:00
parent db6725d377
commit 9ea612afb0

View File

@@ -2368,7 +2368,7 @@ algorithms for evaluating Bayesian evidence.")
(define-public python-arviz
(package
(name "python-arviz")
(version "0.20.0")
(version "0.21.0")
(source (origin
(method git-fetch) ; PyPI misses some test files
(uri (git-reference
@@ -2377,7 +2377,7 @@ algorithms for evaluating Bayesian evidence.")
(file-name (git-file-name name version))
(sha256
(base32
"1dk25jmsljan6pfcq0s06vgk7gg20qqhk0zqnpd8dw94dhw2mnpa"))))
"02bqpl61gzn65vhwspi6gx9ln2wlwh8xm418i8vhmls44rvszcxf"))))
(build-system pyproject-build-system)
(arguments
;; FIXME: matplotlib tests fail because of the "--save" test flag.