mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-umap-learn: Update to 0.5.9.
* gnu/packages/machine-learning.scm (python-umap-learn): Update to 0.5.9. Change-Id: I343a88b7e18b58e6510317109b00ca55788f08c0 Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
This commit is contained in:
parent
28abe1dc09
commit
fa7c25bd9b
1 changed files with 2 additions and 2 deletions
|
@ -4308,7 +4308,7 @@ methodxs at scale on CPU or GPU.")
|
|||
(define-public python-umap-learn
|
||||
(package
|
||||
(name "python-umap-learn")
|
||||
(version "0.5.8")
|
||||
(version "0.5.9")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch) ;no tests in pypi release
|
||||
|
@ -4317,7 +4317,7 @@ methodxs at scale on CPU or GPU.")
|
|||
(commit (string-append "release-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0pdlb6qn9vnvabksiabxmcj30j8ff7526mz1qszrbdl5kh2sl7sm"))))
|
||||
(base32 "0pkniia9lccdbshwl4sh2iria7dny13qk0flkk67msb777sm5bmn"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue