summaryrefslogtreecommitdiff
path: root/gnu/packages/python-science.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-01-25 23:48:10 +0000
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:43 +0100
commit28a0b3221c151dee4a79b8497df8e8077d581f0d (patch)
treedf79dc2df497a008c8b56ef03f15106b2c3df0c9 /gnu/packages/python-science.scm
parentbbfea24b4146eede3a7c89c78829be2bc8d5f847 (diff)
gnu: python-scikit-misc: Adjust inputs.
* gnu/packages/python-science.scm (python-scikit-misc): [propagated-inputs]: Remove meson-python and python-spin. [native-inputs]: Remove pkg-config, python-cython, python-numpy, python-numpydoc, and python-wheel; add python-spin. Change-Id: If2a9f9f3a003d2edc960ca5382d66fba604defef
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r--gnu/packages/python-science.scm20
1 files changed, 8 insertions, 12 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index a13cdb0ea58..21168b47a97 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -3046,18 +3046,14 @@ logic, also known as grey logic.")
(substitute* "pyproject.toml"
(("dynamic = \\['version'\\]")
(string-append "version = \"" #$version "\""))))))))
- (propagated-inputs (list meson-python
- python-numpy
- python-spin))
- (native-inputs (list gfortran
- pkg-config
- python-cython
- python-meson-python
- python-numpy
- python-numpydoc
- python-pytest
- python-setuptools
- python-wheel))
+ (native-inputs
+ (list gfortran
+ python-meson-python
+ python-spin
+ python-pytest
+ python-setuptools))
+ (propagated-inputs
+ (list python-numpy))
(home-page "https://has2k1.github.io/scikit-misc/stable")
(synopsis "Miscellaneous tools for scientific computing.")
(description "This package provides miscellaneous tools for data analysis