guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#47976] [PATCH 08/10] gnu: python-pynndescent: Update to 0.5.2.


From: Vinicius Monego
Subject: [bug#47976] [PATCH 08/10] gnu: python-pynndescent: Update to 0.5.2.
Date: Fri, 23 Apr 2021 17:28:14 +0000

* gnu/packages/machine-learning.scm (python-pynndescent): Update to 0.5.2.
---
 gnu/packages/machine-learning.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/machine-learning.scm 
b/gnu/packages/machine-learning.scm
index ddd600d0f0..fd4e55f30a 100644
--- a/gnu/packages/machine-learning.scm
+++ b/gnu/packages/machine-learning.scm
@@ -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)))
-- 
2.31.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]