summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2025-06-02 20:23:03 -0300
committerVinicius Monego <monego@posteo.net>2025-06-04 20:29:33 -0300
commit11039fcc8037300fef63595f3206eafe86c7e1df (patch)
tree29cb7267eb183476fed41eb4b8198b238acb70f3
parente8d0f01ef09a9c4891680223d1da7eed380f6c7d (diff)
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
-rw-r--r--gnu/packages/statistics.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 0f9f25989c3..f0110554bb0 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")