mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: python-metacells: Remove development native-inputs.
* gnu/packages/bioinformatics.scm (python-metacells)[native-inputs]: Remove python-black, python-bumpversion, python-flake8, python-isort, python-mypy, python-mypy-extensions, python-pandas-stub, python-pylint, python-pytest-cov, python-tox, python-twine, python-wheel. Change-Id: Ife79f40723d704ad6b47fc49640a059f6597901e Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
9b96e4d74e
commit
d71d054b9c
1 changed files with 2 additions and 14 deletions
|
|
@ -3330,22 +3330,10 @@ and gene expression visualization.")
|
|||
python-scipy
|
||||
python-threadpoolctl
|
||||
python-umap-learn))
|
||||
(native-inputs (list python-black
|
||||
python-bumpversion
|
||||
python-flake8
|
||||
python-isort
|
||||
python-mypy
|
||||
python-mypy-extensions
|
||||
python-pandas-stubs
|
||||
python-pylint
|
||||
python-pytest
|
||||
python-pytest-cov
|
||||
(native-inputs (list python-pytest
|
||||
python-setuptools
|
||||
python-sphinx
|
||||
python-sphinx-rtd-theme
|
||||
python-tox
|
||||
python-twine
|
||||
python-wheel))
|
||||
python-sphinx-rtd-theme))
|
||||
(home-page "https://github.com/tanaylab/metacells.git")
|
||||
(synopsis "Single-cell RNA Sequencing Analysis")
|
||||
(description "The metacells package implements the improved metacell
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue