summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-01-04 16:18:55 +0000
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:21:32 +0100
commit3c6ce6a4575ec9dd29798eb1b7f9347cae577f2a (patch)
tree44456d112b628a11db1272885e5ada6e81ea9b90 /gnu
parent24c7e7b2161c5b7e58ce8678cc57251d1d2f0b51 (diff)
gnu: python-dcor: Use python-numpy@1.
* gnu/packages/statistics.scm (python-dcor): [propagated-inputs]: Remove python-numpy; add python-numpy-1. Change-Id: Ida842dda2adea1e6a2085ae219b7e95988c14f85 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/statistics.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index a6bef0b2094..7477224e155 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -679,6 +679,7 @@ and a lot more.")
(build-system pyproject-build-system)
(arguments
(list
+ ;; tests: 34 passed, 9 deselected, 1 warning
#:test-flags
#~(list "-k" (string-join
;; TODO: Report upstream, failing with NumPy deprecation
@@ -698,7 +699,7 @@ and a lot more.")
(propagated-inputs
(list python-joblib
python-numba
- python-numpy
+ python-numpy-1
python-scipy))
(home-page "https://dcor.readthedocs.io/")
(synopsis "Distance correlation and related E-statistics in Python")