summaryrefslogtreecommitdiff
path: root/gnu/packages/python-science.scm
diff options
context:
space:
mode:
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")