mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-opentsne: Update to 1.0.1.
* gnu/packages/machine-learning.scm (python-opentsne): Update to 1.0.1. Change-Id: Ic71c3622e9408a21c5bade00228a9af5320c6dce
This commit is contained in:
parent
b6e3527aae
commit
ffa73f8ef2
1 changed files with 2 additions and 2 deletions
|
@ -1863,7 +1863,7 @@ for k-neighbor-graph construction and approximate nearest neighbor search.")
|
||||||
(define-public python-opentsne
|
(define-public python-opentsne
|
||||||
(package
|
(package
|
||||||
(name "python-opentsne")
|
(name "python-opentsne")
|
||||||
(version "1.0.0")
|
(version "1.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch) ; no tests in PyPI release
|
(method git-fetch) ; no tests in PyPI release
|
||||||
|
@ -1872,7 +1872,7 @@ for k-neighbor-graph construction and approximate nearest neighbor search.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "05qzpq1zjs42bl0z8girfwcj3nfxs1a99c5525vp3589sglk351g"))))
|
(base32 "0xjp0l4rxk1s685skbx50m3m9hwlj78w74qwgswnkmkk6f7c8dsi"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue