gnu: python-umap-learn: Update to 0.5.6.
* gnu/packages/machine-learning.scm (python-umap-learn): Update to 0.5.6. Change-Id: If05cf1a9c7ad1d9fd0439bc888983608d70aea75master
parent
3c0579849c
commit
ba92122e53
|
@ -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
|
||||||
|
|
Reference in New Issue