diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-10-08 23:59:51 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-09 11:34:28 +0100 |
| commit | d71d054b9cf5907dc0d14c651930d3093ddeb270 (patch) | |
| tree | 37f1a20c8f367465acb9bd28bc191a7b5b573dbb | |
| parent | 9b96e4d74e0de039bc734747be51ddd4b738dbff (diff) | |
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>
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 43439000e29..c6f58f741b8 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -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 |
