me
/
guix
Archived
1
0
Fork 0

gnu: python-arviz: Update to 0.18.0.

* gnu/packages/statistics.scm (python-arviz): Update to 0.18.0.
[propagated-inputs]: Add python-dm-tree.

Change-Id: Ia4714db0ea1ae5097afe875537c162f2cc3ad3fc
master
Vinicius Monego 2024-04-06 09:35:36 -03:00
parent 5b84b46a75
commit 3d0114e8fb
No known key found for this signature in database
GPG Key ID: 637B0B138065B68A
1 changed files with 4 additions and 3 deletions

View File

@ -2180,7 +2180,7 @@ machine learning, computer vision, and high-dimensional statistics.")
(define-public python-arviz
(package
(name "python-arviz")
(version "0.17.1")
(version "0.18.0")
(source (origin
(method git-fetch) ; PyPI misses some test files
(uri (git-reference
@ -2189,7 +2189,7 @@ machine learning, computer vision, and high-dimensional statistics.")
(file-name (git-file-name name version))
(sha256
(base32
"1rpm2a9swzhnqn84dfsbc8kvz6qnn8w2icr3p08gwax9h9pg4ksp"))))
"1bdj2mm8zdd83ln9ka9p6bln3n5kkpfmrhgqyy018h51l156m529"))))
(build-system pyproject-build-system)
(arguments
;; FIXME: matplotlib tests fail because of the "--save" test flag.
@ -2208,7 +2208,8 @@ machine learning, computer vision, and high-dimensional statistics.")
;; 3 tests require write permission.
(setenv "HOME" "/tmp"))))))
(native-inputs (list python-cloudpickle python-pytest))
(propagated-inputs (list python-h5netcdf
(propagated-inputs (list python-dm-tree
python-h5netcdf
python-matplotlib
python-numpy
python-packaging