mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 18:07:24 +01:00
gnu: python-mapie: Update to 0.8.3.
* gnu/packages/statistics.scm (python-mapie): Update to 0.8.3. Change-Id: Ie8b61adf040a7ca8c25f0eed90e560318f1b5c4e
This commit is contained in:
parent
c89248cc50
commit
6a1c2e83be
1 changed files with 2 additions and 2 deletions
|
@ -2347,13 +2347,13 @@ (define-public python-patsy
|
|||
(define-public python-mapie
|
||||
(package
|
||||
(name "python-mapie")
|
||||
(version "0.8.2")
|
||||
(version "0.8.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "MAPIE" version))
|
||||
(sha256
|
||||
(base32
|
||||
"185nnsl6ag2xzkfxpmc86d9dd8wf2v87b2psan10sma399fbqd0x"))))
|
||||
"13kgyqk1hp603n9zym835kp1pqs83k0j7ymayw4fk0zx4z1nmvdx"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs (list python-pandas python-pytest))
|
||||
(propagated-inputs (list python-numpy python-scikit-learn))
|
||||
|
|
Loading…
Reference in a new issue