1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-18 15:15:54 +02:00

gnu: python-umap-learn: Update to 0.5.6.

* gnu/packages/machine-learning.scm (python-umap-learn): Update to 0.5.6.

Change-Id: If05cf1a9c7ad1d9fd0439bc888983608d70aea75
This commit is contained in:
Ricardo Wurmus
2024-05-02 14:54:01 +02:00
parent 3c0579849c
commit ba92122e53
+2 -2
View File
@@ -3914,7 +3914,7 @@ methodxs at scale on CPU or GPU.")
(define-public python-umap-learn
(package
(name "python-umap-learn")
(version "0.5.5")
(version "0.5.6")
(source
(origin
(method git-fetch) ;no tests in pypi release
@@ -3924,7 +3924,7 @@ methodxs at scale on CPU or GPU.")
(file-name (git-file-name name version))
(sha256
(base32
"0ijyiaqycynwj1383cxp519c765gjbg1f6fjwbvqj1gims710w3d"))))
"0rb0nx0zwi5gddiqil20ssqwb45a8w9fk65bnam001kp7vqjb9ky"))))
(build-system pyproject-build-system)
(arguments
(list