~ruther/guix-local

e6bfded1090aef1ef0f93f5f3fe160b695e4d291 — Sharlatan Hellseher 4 months ago 977d394
gnu: python-scikit-surprise: Use python-numpy@1.

* gnu/packages/python-science.scm (python-scikit-surprise):
[propagated-inputs]: Remove python-numpy; add python-numpy-1.
[native-inputs]: Remove python-wheel.

Change-Id: I4ae8d087b602a04ff94ad1ef72c6ef0589938054
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/python-science.scm
M gnu/packages/python-science.scm => gnu/packages/python-science.scm +3 -3
@@ 3207,6 3207,7 @@ be accessible and easy to use in many contexts.")
    (build-system pyproject-build-system)
    (arguments
     (list
      ;; tests: 82 passed
      #:phases
      #~(modify-phases %standard-phases
          (add-before 'check 'set-home


@@ 3218,11 3219,10 @@ be accessible and easy to use in many contexts.")
     (list python-cython
           python-pandas
           python-pytest
           python-setuptools
           python-wheel))
           python-setuptools))
    (propagated-inputs
     (list python-joblib
           python-numpy
           python-numpy-1
           python-scikit-learn))
    (home-page "https://surpriselib.com/")
    (synopsis "Recommender system library for Scikit-learn")