diff options
author | Vinicius Monego <monego@posteo.net> | 2024-07-20 08:41:15 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2024-07-28 11:00:53 -0300 |
commit | a268e94bf2fd78023ef75498adcd213dc84a2ea6 (patch) | |
tree | 7c9e3a8d17a8fa080a90d5963e1794bcee942755 | |
parent | 731241c3670acd06405deb7bc80f98cce5b5aaa3 (diff) |
gnu: python-arviz: Update to 0.19.0.
* gnu/packages/statistics.scm (python-arviz): Update to 0.19.0.
Change-Id: Ia42eb00424e77e47e315842313d0ea3759102eab
-rw-r--r-- | gnu/packages/statistics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 1dd7cad2d9..9dde918e06 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -2181,7 +2181,7 @@ machine learning, computer vision, and high-dimensional statistics.") (define-public python-arviz (package (name "python-arviz") - (version "0.18.0") + (version "0.19.0") (source (origin (method git-fetch) ; PyPI misses some test files (uri (git-reference @@ -2190,7 +2190,7 @@ machine learning, computer vision, and high-dimensional statistics.") (file-name (git-file-name name version)) (sha256 (base32 - "1bdj2mm8zdd83ln9ka9p6bln3n5kkpfmrhgqyy018h51l156m529")))) + "0wj1yxr6as368vkr4mk9fz4584nyy12gq2v20l7542lnaabw403z")))) (build-system pyproject-build-system) (arguments ;; FIXME: matplotlib tests fail because of the "--save" test flag. |