gnu: python-pynndescent: Update to 0.5.10.
* gnu/packages/machine-learning.scm (python-pynndescent): Update to 0.5.10.
This commit is contained in:
parent
6b9e3f0dd1
commit
ee40b6684c
1 changed files with 2 additions and 2 deletions
|
@ -1322,13 +1322,13 @@ It is compatible with @code{scikit-learn}.")
|
||||||
(define-public python-pynndescent
|
(define-public python-pynndescent
|
||||||
(package
|
(package
|
||||||
(name "python-pynndescent")
|
(name "python-pynndescent")
|
||||||
(version "0.5.6")
|
(version "0.5.10")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pynndescent" version))
|
(uri (pypi-uri "pynndescent" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0p3jsdcprjfzz7qf5674dsqfpvdn6p4wgqikg7b6ki5abf433yv1"))))
|
(base32 "1bc8aa6jfw28y6sb0nvfdrfgh66a42bqb4znvpimzx9yq21wcpax"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in a new issue