guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 91b8d77f63364bed2f7a2c1cc2df74dd1fd8044e
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 f9a2ca7386..6df476d8bf 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -4496,7 +4496,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)
@@ -4505,15 +4505,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.