guix_mirror_bot pushed a commit to branch master
in repository guix.

commit d71d054b9cf5907dc0d14c651930d3093ddeb270
Author: Nicolas Graves <[email protected]>
AuthorDate: Wed Oct 8 23:59:51 2025 +0200

    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 <[email protected]>
---
 gnu/packages/bioinformatics.scm | 16 ++--------------
 1 file changed, 2 insertions(+), 14 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 43439000e2..c6f58f741b 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

Reply via email to