mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: python-bbknn: Update to 1.5.1.
* gnu/packages/bioinformatics.scm (python-bbknn): Update to 1.5.1. [propagated-inputs]: Add python-pandas.
This commit is contained in:
parent
d7e7494bc4
commit
f1b9ae8c20
1 changed files with 3 additions and 2 deletions
|
@ -11879,14 +11879,14 @@ (define-public python-scanpy
|
|||
(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 @@ (define-public python-bbknn
|
|||
(list python-annoy
|
||||
python-cython
|
||||
python-numpy
|
||||
python-pandas
|
||||
python-scikit-learn
|
||||
python-scipy
|
||||
python-umap-learn))
|
||||
|
|
Loading…
Reference in a new issue