guix_mirror_bot pushed a commit to branch master
in repository guix.
commit f5dd93caf3c739c09b1dc17b7967a468e39ac15f
Author: Cayetano Santos <[email protected]>
AuthorDate: Mon Jan 26 13:38:47 2026 +0100
gnu: python-pynndescent: Update to 0.6.0.
* gnu/packages/machine-learning.scm (python-pynndescent): Update to 0.6.0.
[native-inputs]: Remove python-wheel.
Merges guix/guix!5935
Change-Id: Ib9dcb82bede9d2806c0e44c8b39c428aaac97804
---
gnu/packages/machine-learning.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/machine-learning.scm
b/gnu/packages/machine-learning.scm
index d5184e2135..b24f6928e9 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -2594,15 +2594,15 @@ to return meaningful clusters (if there are any).")
(define-public python-pynndescent
(package
(name "python-pynndescent")
- (version "0.5.13")
+ (version "0.6.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pynndescent" version))
(sha256
- (base32 "1yq0k15964klz7135gpa7rcpixywzs4zxmcp8p4fw7haxv058hnp"))))
+ (base32 "1x94mjdf62f2yqql50qn0qjh4bkhwdvx7xx9aph421s0bgxy1zbz"))))
(build-system pyproject-build-system)
- (native-inputs (list python-pytest python-setuptools python-wheel))
+ (native-inputs (list python-pytest python-setuptools))
(propagated-inputs (list python-importlib-metadata
python-joblib
python-llvmlite