mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: python-mapie: Update to 0.8.6.
* gnu/packages/statistics.scm (python-mapie): Update to 0.8.6. Change-Id: I30eaab1542a98361b75dc8a87bcde8f19a3807b5
This commit is contained in:
parent
6790f1e561
commit
663fed5eec
1 changed files with 2 additions and 2 deletions
|
@ -2386,13 +2386,13 @@ (define-public python-lifelines
|
|||
(define-public python-mapie
|
||||
(package
|
||||
(name "python-mapie")
|
||||
(version "0.8.3")
|
||||
(version "0.8.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "MAPIE" version))
|
||||
(sha256
|
||||
(base32
|
||||
"13kgyqk1hp603n9zym835kp1pqs83k0j7ymayw4fk0zx4z1nmvdx"))))
|
||||
"013ljcjjl3k9yb3166fnvr6nsb9ph4rhidpdjjks78qw0w1j7faa"))))
|
||||
(build-system pyproject-build-system)
|
||||
;; See https://github.com/scikit-learn-contrib/MAPIE/issues/432
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue