guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 7db8ded42ca32f69c16e06602baad2c3fd13016d
Author: Hartmut Goebel <[email protected]>
AuthorDate: Sun Oct 19 10:30:49 2025 +0200

    gnu: python-metacells: Remove development inputs
    
    * gnu/packages/bioinformatics.scm (python-metacells):
    [native-inputs]: Remove python-sphinx and python-sphinx-rtd-theme.
    
    Change-Id: Ifdac5e0a841be105a8e6c82441826d11b2a9031e
---
 gnu/packages/bioinformatics.scm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 15d0cda04c..caa0410687 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -3330,10 +3330,7 @@ and gene expression visualization.")
                              python-scipy
                              python-threadpoolctl
                              python-umap-learn))
-    (native-inputs (list python-pytest
-                         python-setuptools
-                         python-sphinx
-                         python-sphinx-rtd-theme))
+    (native-inputs (list python-pytest python-setuptools))
     (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