guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 9ea85f0e8c74da961a12571e438fb6a555a19c8d
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jan 4 16:18:55 2026 +0000
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
---
gnu/packages/statistics.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index a6bef0b209..7477224e15 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")