guix_mirror_bot pushed a commit to branch next-master
in repository guix.

commit b833238962cac6439aa857a20c4c36a9fe68d7ea
Author: Sören Tempel <[email protected]>
AuthorDate: Mon Jan 5 02:07:10 2026 +0100

    gnu: python-liana-py: Don't propagate python-numpydoc.
    
    * gnu/packages/bioinformatics.scm (python-liana-py)
    [propagated-inputs]: Remove python-numpydoc.
    [native-inputs]: Add python-numpydoc.
    
    Change-Id: I3691a1db99010926b80de7aed5b29e5602210aa2
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/bioinformatics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index f75d7451a0..ba7e0d564f 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -3125,7 +3125,6 @@ servers supporting the protocol.")
                              python-nbconvert
                              python-nbsphinx
                              python-numpy
-                             python-numpydoc
                              python-omnipath
                              python-pandas
                              python-plotnine
@@ -3138,6 +3137,7 @@ servers supporting the protocol.")
                              tzdata))
     (native-inputs
      (list python-hatchling
+           python-numpydoc
            python-pytest))
     (home-page "https://github.com/saezlab/liana-py";)
     (synopsis "LIANA is a ligand-receptor analysis framework")

Reply via email to