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

commit 15e5b75df7000fd2c83c8e64a3129e13601e4021
Author: Sören Tempel <[email protected]>
AuthorDate: Mon Jan 5 11:17:24 2026 +0100

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

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index b60889f305..6d025ca0ee 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -3054,13 +3054,13 @@ logic, also known as grey logic.")
                  (string-append "version = \"" #$version "\""))))))))
     (propagated-inputs (list meson-python
                              python-numpy
-                             python-numpydoc
                              python-spin))
     (native-inputs (list gfortran
                          pkg-config
                          python-cython
                          python-meson-python
                          python-numpy
+                         python-numpydoc
                          python-pytest
                          python-setuptools
                          python-wheel))

Reply via email to