gnu: python-bbknn: Update to 1.5.1.
* gnu/packages/bioinformatics.scm (python-bbknn): Update to 1.5.1. [propagated-inputs]: Add python-pandas.
parent
d7e7494bc4
commit
f1b9ae8c20
|
@ -11879,14 +11879,14 @@ million cells.")
|
||||||
(define-public python-bbknn
|
(define-public python-bbknn
|
||||||
(package
|
(package
|
||||||
(name "python-bbknn")
|
(name "python-bbknn")
|
||||||
(version "1.3.6")
|
(version "1.5.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "bbknn" version))
|
(uri (pypi-uri "bbknn" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jbsh01f57zj4bhvjr3jh4532zznqd6nccmgrl3qi9gnhkf7c4y0"))))
|
"0q11xdmjr2kf6f179a6kjizj3lllfrq743gslgw67qyzimvrrnhn"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests are included
|
`(#:tests? #f ; no tests are included
|
||||||
|
@ -11905,6 +11905,7 @@ million cells.")
|
||||||
(list python-annoy
|
(list python-annoy
|
||||||
python-cython
|
python-cython
|
||||||
python-numpy
|
python-numpy
|
||||||
|
python-pandas
|
||||||
python-scikit-learn
|
python-scikit-learn
|
||||||
python-scipy
|
python-scipy
|
||||||
python-umap-learn))
|
python-umap-learn))
|
||||||
|
|
Reference in New Issue