me
/
guix
Archived
1
0
Fork 0

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
master
Ricardo Wurmus 2024-05-02 14:54:01 +02:00
parent 3c0579849c
commit ba92122e53
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3914,7 +3914,7 @@ methodxs at scale on CPU or GPU.")
(define-public python-umap-learn (define-public python-umap-learn
(package (package
(name "python-umap-learn") (name "python-umap-learn")
(version "0.5.5") (version "0.5.6")
(source (source
(origin (origin
(method git-fetch) ;no tests in pypi release (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)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0ijyiaqycynwj1383cxp519c765gjbg1f6fjwbvqj1gims710w3d")))) "0rb0nx0zwi5gddiqil20ssqwb45a8w9fk65bnam001kp7vqjb9ky"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list (list