me
/
guix
Archived
1
0
Fork 0

gnu: python-bbknn: Update to 1.5.1.

* gnu/packages/bioinformatics.scm (python-bbknn): Update to 1.5.1.
[propagated-inputs]: Add python-pandas.
Ricardo Wurmus 2022-08-01 17:45:09 +02:00
parent d7e7494bc4
commit f1b9ae8c20
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 2 deletions

View File

@ -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))