me
/
guix
Archived
1
0
Fork 0

gnu: python-pynndescent: Update to 0.5.2.

* gnu/packages/machine-learning.scm (python-pynndescent): Update to 0.5.2.

Signed-off-by: Leo Famulari <leo@famulari.name>
master
Vinicius Monego 2021-04-25 03:26:06 +00:00 committed by Leo Famulari
parent 76fb1a5cf2
commit 34c09669c9
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -915,13 +915,13 @@ for scientific computing and data science (e.g. BLAS and OpenMP).")
(define-public python-pynndescent
(package
(name "python-pynndescent")
(version "0.4.8")
(version "0.5.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pynndescent" version))
(sha256
(base32 "0li1fclif50v6xrq7wh3lif9vv5jpj7xhrb0z6g89wwjnp9b9833"))))
(base32 "0w87c2v0li2rdbx6qfc2lb6y6bxpdy3jwfgzfs1kcr4d1chj5zfr"))))
(build-system python-build-system)
(native-inputs
`(("python-nose" ,python-nose)))