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

gnu: python-mapie: Update to 0.9.2.

* gnu/packages/statistics.scm (python-mapie): Update to 0.9.2.

Change-Id: Ifff01cec1e31adda6026bd3630cb4d1d83a6bc52
This commit is contained in:
Vinicius Monego
2025-02-09 19:28:29 -03:00
parent a33602d1e3
commit 43ba757145

View File

@@ -2591,13 +2591,13 @@ Meier, Nelson Aalen and regression.")
(define-public python-mapie
(package
(name "python-mapie")
(version "0.9.1")
(version "0.9.2")
(source (origin
(method url-fetch)
(uri (pypi-uri "MAPIE" version))
(sha256
(base32
"1lyqszfgmqfsyvfaxplzz84iqm7s49rdscjjhnxlymrasrizfp26"))))
"00qhgfrix5aq7ng1xpvz2gk0d2d2maidbbd8ic9psq1vdqs6vp2a"))))
(build-system pyproject-build-system)
(native-inputs (list python-pandas python-pytest python-setuptools
python-wheel))