~ruther/guix-local

3c6ce6a4575ec9dd29798eb1b7f9347cae577f2a — Sharlatan Hellseher 2 months ago 24c7e7b
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>
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/statistics.scm
M gnu/packages/statistics.scm => gnu/packages/statistics.scm +2 -1
@@ 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")