mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: python-bbknn: Add missing input.
* gnu/packages/bioinformatics.scm (python-bbknn)[propagated-inputs]: Add python-scikit-learn.
This commit is contained in:
parent
19f6b770dc
commit
b1bd997d50
1 changed files with 1 additions and 0 deletions
|
@ -12041,6 +12041,7 @@ (define-public python-bbknn
|
|||
`(("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")
|
||||
|
|
Loading…
Reference in a new issue