mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: python-scanorama: Use pyproject-build-system.
* gnu/packages/bioinformatics.scm (python-scanorama): [build-system]: Use pyproject. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ie437414bff54c361ab61ee2e9baea670762c9ce5 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
673a485a6b
commit
492035dfa8
@@ -20674,7 +20674,7 @@ matrices.")
|
||||
(sha256
|
||||
(base32
|
||||
"0il7bf4c7vli2dm2jx7dskh3ymgv8nmk0y90jzgfrnqjzh250x5w"))))
|
||||
(build-system python-build-system)
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs
|
||||
(list python-annoy
|
||||
python-fbpca
|
||||
@@ -20684,6 +20684,9 @@ matrices.")
|
||||
python-numpy
|
||||
python-scikit-learn
|
||||
python-scipy))
|
||||
(native-inputs
|
||||
(list python-setuptools
|
||||
python-wheel))
|
||||
(home-page "https://github.com/brianhie/scanorama")
|
||||
(synopsis "Panoramic stitching of heterogeneous single cell transcriptomic data")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user