gnu: python-opentsne: Update to 0.5.2.
* gnu/packages/machine-learning.scm (python-opentsne): Update to 0.5.2. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
34c09669c9
commit
9605f23ff4
1 changed files with 2 additions and 2 deletions
|
@ -941,7 +941,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 "0.4.4")
|
(version "0.5.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
;; No tests in the PyPI tarball.
|
;; No tests in the PyPI tarball.
|
||||||
|
@ -951,7 +951,7 @@ for k-neighbor-graph construction and approximate nearest neighbor search.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "08wamsssmyf6511cbmglm67dp48i6xazs89m1cskdk219v90bc76"))))
|
(base32 "1hl42wmafydk4fxdx05l180k3canmqw8h9r20fsqq2aq440b09gh"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in a new issue