From e6bfded1090aef1ef0f93f5f3fe160b695e4d291 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 4 Jan 2026 14:43:42 +0000 Subject: [PATCH] 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 --- gnu/packages/python-science.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 2f5b14007544e3cf6c47c8fe3da594762dce2914..1455f4c347002bee2e0141ef047008d509c84634 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -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")