guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit d2a3a0ae4d5aa0b99588d73e4f56fc214cc3b403
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Jul 13 00:18:20 2026 +0100

    gnu: python-umap-learn: Update to 0.5.12.
    
    * gnu/packages/machine-learning.scm (python-umap-learn): Update to 0.5.12.
---
 gnu/packages/machine-learning.scm | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index 51c6675472..dda4e8f56e 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -4485,7 +4485,7 @@ methodxs at scale on CPU or GPU.")
 (define-public python-umap-learn
   (package
     (name "python-umap-learn")
-    (version "0.5.11")
+    (version "0.5.12")
     (source
      (origin
        (method git-fetch)
@@ -4494,15 +4494,11 @@ methodxs at scale on CPU or GPU.")
              (commit (string-append "release-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0jl2vj51gj0dkngyn1c9ipvjq33cj1k4aic6zawym23vmksxdbap"))))
+        (base32 "18ahwd94z6ravxvgpw3wyclcyzfpig93197znzgsg2350bgnzr1l"))))
     (build-system pyproject-build-system)
     (arguments
      (list
-      ;; tests: 1 failed, 145 passed, 61 skipped, 58 warnings
-      #:test-flags
-      ;; XXX: this one fails with unusually large deviation from the expected
-      ;; result.
-      '(list "-k" "not test_umap_update_large")
+      ;; tests: 253 passed, 65 skipped, 56 warnings
       #:phases
       #~(modify-phases %standard-phases
           ;; Numba needs a writable dir to cache functions.

Reply via email to