summaryrefslogtreecommitdiff
path: root/gnu/packages/statistics.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-11 22:11:32 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:24 +0100
commitb79fbf27b8f2d1e854ecb2f85ec6fdc2c1953f80 (patch)
tree71c494edf92465ed0e621829daca9f4cd3d8d313 /gnu/packages/statistics.scm
parentdc9c07786e91cdb8f0e46cc7b86414c6e8d96b7a (diff)
gnu: python-setuptools-next: Set to python-setuptools.
Replace all python-setuptools-next occurrences with python-setuptools. * gnu/packages/python-build.scm (python-setuptools-next): Set to python-setuptools. Change-Id: I9e5e0881310d160ec56be785f2dd2140364fa8e5
Diffstat (limited to 'gnu/packages/statistics.scm')
-rw-r--r--gnu/packages/statistics.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index b33d99e29f8..038fafcc325 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -671,7 +671,7 @@ and a lot more.")
"dcor/tests")))
(native-inputs
(list python-pytest
- python-setuptools-next))
+ python-setuptools))
(propagated-inputs
(list python-joblib
python-numba
@@ -1349,7 +1349,7 @@ Meier, Nelson Aalen and regression.")
(base32
"1bkikqjya6gkds3n4qj6svvyz6czkwrc5s66ffb62l6wi4v2f89a"))))
(build-system pyproject-build-system)
- (native-inputs (list python-pandas python-pytest python-setuptools-next
+ (native-inputs (list python-pandas python-pytest python-setuptools
python-wheel))
(propagated-inputs (list python-numpy python-scikit-learn))
(home-page "https://github.com/scikit-learn-contrib/MAPIE")
@@ -1404,7 +1404,7 @@ conformal prediction methods intervals.")
(native-inputs
(list python-cython-3
python-matplotlib
- python-setuptools-next
+ python-setuptools
python-setuptools-scm))
(home-page
(string-append "https://www.statsmodels.org/v" version "/"))