me
/
guix
Archived
1
0
Fork 0

gnu: python-pynndescent: Update to 0.5.10.

* gnu/packages/machine-learning.scm (python-pynndescent): Update to 0.5.10.
master
John Kehayias 2023-04-23 23:59:22 -04:00
parent 6b9e3f0dd1
commit ee40b6684c
No known key found for this signature in database
GPG Key ID: 499097AE5EA815D9
1 changed files with 2 additions and 2 deletions

View File

@ -1322,13 +1322,13 @@ It is compatible with @code{scikit-learn}.")
(define-public python-pynndescent
(package
(name "python-pynndescent")
(version "0.5.6")
(version "0.5.10")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pynndescent" version))
(sha256
(base32 "0p3jsdcprjfzz7qf5674dsqfpvdn6p4wgqikg7b6ki5abf433yv1"))))
(base32 "1bc8aa6jfw28y6sb0nvfdrfgh66a42bqb4znvpimzx9yq21wcpax"))))
(build-system python-build-system)
(arguments
`(#:phases