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
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3914,7 +3914,7 @@ (define-public python-tensorly
(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 @@ (define-public python-umap-learn
(file-name (git-file-name name version))
(sha256
(base32
"0ijyiaqycynwj1383cxp519c765gjbg1f6fjwbvqj1gims710w3d"))))
"0rb0nx0zwi5gddiqil20ssqwb45a8w9fk65bnam001kp7vqjb9ky"))))
(build-system pyproject-build-system)
(arguments
(list