1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-23 01:25:57 +02:00

gnu: python-mapie: Update to 1.0.1.

* gnu/packages/statistics.scm (python-mapie): Update to 1.0.1.
[source]: Update URI.
[native-inputs]: Replace python-setuptools by python-setuptools-next.

Change-Id: If11b82773e677814f835f6c52e9cebbcb18b1713
This commit is contained in:
Vinicius Monego
2025-06-02 20:23:03 -03:00
parent e8d0f01ef0
commit 11039fcc80
+4 -4
View File
@@ -1099,15 +1099,15 @@ Meier, Nelson Aalen and regression.")
(define-public python-mapie
(package
(name "python-mapie")
(version "0.9.2")
(version "1.0.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "MAPIE" version))
(uri (pypi-uri "mapie" version))
(sha256
(base32
"00qhgfrix5aq7ng1xpvz2gk0d2d2maidbbd8ic9psq1vdqs6vp2a"))))
"1bkikqjya6gkds3n4qj6svvyz6czkwrc5s66ffb62l6wi4v2f89a"))))
(build-system pyproject-build-system)
(native-inputs (list python-pandas python-pytest python-setuptools
(native-inputs (list python-pandas python-pytest python-setuptools-next
python-wheel))
(propagated-inputs (list python-numpy python-scikit-learn))
(home-page "https://github.com/scikit-learn-contrib/MAPIE")