[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/07: gnu: python-bbknn: Add missing input.
From: |
guix-commits |
Subject: |
03/07: gnu: python-bbknn: Add missing input. |
Date: |
Sun, 5 Dec 2021 11:39:14 -0500 (EST) |
rekado pushed a commit to branch core-updates-frozen
in repository guix.
commit b1bd997d508cb28a0abeb781f1dbfb972def50ee
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Dec 5 17:32:50 2021 +0100
gnu: python-bbknn: Add missing input.
* gnu/packages/bioinformatics.scm (python-bbknn)[propagated-inputs]: Add
python-scikit-learn.
---
gnu/packages/bioinformatics.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 5489dfb..a93a1fc 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -12041,6 +12041,7 @@ million cells.")
`(("python-annoy" ,python-annoy)
("python-cython" ,python-cython)
("python-numpy" ,python-numpy)
+ ("python-scikit-learn" ,python-scikit-learn)
("python-scipy" ,python-scipy)
("python-umap-learn" ,python-umap-learn)))
(home-page "https://github.com/Teichlab/bbknn")
- branch core-updates-frozen updated (f2b99e3 -> 6db3c53), guix-commits, 2021/12/05
- 01/07: gnu: velvet: Remove trailing #T., guix-commits, 2021/12/05
- 03/07: gnu: python-bbknn: Add missing input.,
guix-commits <=
- 04/07: gnu: python-bbknn: Fix sanity-check phase., guix-commits, 2021/12/05
- 02/07: gnu: velvet: Add missing TeX package., guix-commits, 2021/12/05
- 06/07: gnu: Remove python2-plastid., guix-commits, 2021/12/05
- 05/07: gnu: Remove python2-twobitreader., guix-commits, 2021/12/05
- 07/07: gnu: python-bwapy: Remove sanity-check., guix-commits, 2021/12/05