summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-07-16 16:00:32 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-07-16 16:12:06 +0100
commitc91ac78f40e4edb5664066ecb06eca8d5d56ed5f (patch)
tree3d89ac45dc0ff47b6741791a0091776425a77d41 /gnu
parent3de9d6bbfedf295ce6da668f0990e0250f000215 (diff)
gnu: python-scikit-surprise: Update to 1.1.5.
* gnu/packages/python-science.scm (python-scikit-surprise): Update to 1.1.5. [propagated-inputs]: Remove python-numpy-1; add python-numpy. [native-inputs]: Remove python-pandas; add python-pandas-minimal. Relates-to: guix/guix#6610
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-science.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 887417cde48..51c4e124b57 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -3626,7 +3626,7 @@ be accessible and easy to use in many contexts.")
3626(define-public python-scikit-surprise 3626(define-public python-scikit-surprise
3627 (package 3627 (package
3628 (name "python-scikit-surprise") 3628 (name "python-scikit-surprise")
3629 (version "1.1.4") 3629 (version "1.1.5")
3630 (source 3630 (source
3631 (origin 3631 (origin
3632 (method git-fetch) 3632 (method git-fetch)
@@ -3635,7 +3635,7 @@ be accessible and easy to use in many contexts.")
3635 (commit (string-append "v" version)))) 3635 (commit (string-append "v" version))))
3636 (file-name (git-file-name name version)) 3636 (file-name (git-file-name name version))
3637 (sha256 3637 (sha256
3638 (base32 "15ckx2i41vs21sa3yqyj12zr0h4zrcdf3lrwcy2c1cq2bjq7mnvz")))) 3638 (base32 "1jw05xb8w7d5vx0v8gjd51a5bp1zwqy5adcpaf8fy5mfrdjn6hpp"))))
3639 (build-system pyproject-build-system) 3639 (build-system pyproject-build-system)
3640 (arguments 3640 (arguments
3641 (list 3641 (list
@@ -3649,12 +3649,12 @@ be accessible and easy to use in many contexts.")
3649 (setenv "HOME" "/tmp")))))) 3649 (setenv "HOME" "/tmp"))))))
3650 (native-inputs 3650 (native-inputs
3651 (list python-cython 3651 (list python-cython
3652 python-pandas 3652 python-pandas-minimal
3653 python-pytest 3653 python-pytest
3654 python-setuptools)) 3654 python-setuptools))
3655 (propagated-inputs 3655 (propagated-inputs
3656 (list python-joblib 3656 (list python-joblib
3657 python-numpy-1 3657 python-numpy
3658 python-scikit-learn)) 3658 python-scikit-learn))
3659 (home-page "https://surpriselib.com/") 3659 (home-page "https://surpriselib.com/")
3660 (synopsis "Recommender system library for Scikit-learn") 3660 (synopsis "Recommender system library for Scikit-learn")