guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-bbknn: Update to 1.5.1.


From: guix-commits
Subject: branch master updated: gnu: python-bbknn: Update to 1.5.1.
Date: Mon, 01 Aug 2022 11:47:22 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f1b9ae8c20 gnu: python-bbknn: Update to 1.5.1.
f1b9ae8c20 is described below

commit f1b9ae8c20ef0b9c85e4d801ae85accbe6654ff5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Aug 1 17:45:09 2022 +0200

    gnu: python-bbknn: Update to 1.5.1.
    
    * gnu/packages/bioinformatics.scm (python-bbknn): Update to 1.5.1.
    [propagated-inputs]: Add python-pandas.
---
 gnu/packages/bioinformatics.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index edbae757e2..d39e08c08c 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -11879,14 +11879,14 @@ million cells.")
 (define-public python-bbknn
   (package
     (name "python-bbknn")
-    (version "1.3.6")
+    (version "1.5.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "bbknn" version))
        (sha256
         (base32
-         "1jbsh01f57zj4bhvjr3jh4532zznqd6nccmgrl3qi9gnhkf7c4y0"))))
+         "0q11xdmjr2kf6f179a6kjizj3lllfrq743gslgw67qyzimvrrnhn"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f ; no tests are included
@@ -11905,6 +11905,7 @@ million cells.")
      (list python-annoy
            python-cython
            python-numpy
+           python-pandas
            python-scikit-learn
            python-scipy
            python-umap-learn))



reply via email to

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