[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/10: gnu: python-pynndescent: Update to 0.5.2.
From: |
guix-commits |
Subject: |
08/10: gnu: python-pynndescent: Update to 0.5.2. |
Date: |
Sun, 25 Apr 2021 14:53:12 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit 34c09669c97445af2a812a04d89a6906fc8202f0
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sun Apr 25 03:26:06 2021 +0000
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>
---
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 ddd600d..fd4e55f 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)))
- branch master updated (862a886 -> 5461efe), guix-commits, 2021/04/25
- 01/10: gnu: Add python-anyqt., guix-commits, 2021/04/25
- 04/10: gnu: Add python-orange-canvas-core., guix-commits, 2021/04/25
- 05/10: gnu: Add python-orange-widget-base., guix-commits, 2021/04/25
- 06/10: gnu: Add python-serverfiles., guix-commits, 2021/04/25
- 03/10: gnu: Add python-qasync., guix-commits, 2021/04/25
- 02/10: gnu: Add python-pyqtgraph., guix-commits, 2021/04/25
- 07/10: gnu: Add python-louvain 0.15., guix-commits, 2021/04/25
- 08/10: gnu: python-pynndescent: Update to 0.5.2.,
guix-commits <=
- 09/10: gnu: python-opentsne: Update to 0.5.2., guix-commits, 2021/04/25
- 10/10: gnu: Add orange., guix-commits, 2021/04/25