summaryrefslogtreecommitdiff
path: root/gnu/packages/python-science.scm
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2026-01-05 11:17:24 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:23:38 +0100
commit41e8641379955a879fcf6c0c80c7a9c694c230d5 (patch)
tree3a0596d5fc1cd897567d17a8f8b9a694365a82ab /gnu/packages/python-science.scm
parent766ac5a30602ca2a362feef7bd55f1fa8f5644b6 (diff)
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 <sharlatanus@gmail.com> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r--gnu/packages/python-science.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index b60889f3055..6d025ca0ee0 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))