guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 11039fcc8037300fef63595f3206eafe86c7e1df
Author: Vinicius Monego <[email protected]>
AuthorDate: Mon Jun 2 20:23:03 2025 -0300
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
---
gnu/packages/statistics.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 0f9f25989c..f0110554bb 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -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")