guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 7ba6d41cdd8fe7abd684e212aae92f218c2bad8f
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jan 4 14:43:42 2026 +0000
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
---
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 2f5b140075..1455f4c347 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")