summaryrefslogtreecommitdiff
path: root/gnu/packages/python-science.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-01-04 14:43:42 +0000
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:21:29 +0100
commite6bfded1090aef1ef0f93f5f3fe160b695e4d291 (patch)
tree9f59b18da0f572a9f42c858f7814855cdc4eb956 /gnu/packages/python-science.scm
parent977d394a7f11f18c50fa21020d6d6e4633aff0bf (diff)
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>
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r--gnu/packages/python-science.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 2f5b1400754..1455f4c3470 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")