From cfdb037979bcc1d00a72a2977fb1544bfc129b75 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sat, 8 Aug 2026 17:01:27 +0100 Subject: gnu: python-matplotx: Adjust inputs. * gnu/packages/python-xyz.scm (python-matplotx): [propagated-inputs]: Add python-networkx, python-pypng, and python-scipy. [native-inputs]: Remove python-networkx and python-pypng. --- gnu/packages/python-xyz.scm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'gnu/packages/python-xyz.scm') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 998f86f768f..968eb8887f4 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13664,15 +13664,17 @@ three-way Venn diagrams in @code{matplotlib}.") (native-inputs (list python-imageio python-meshzoo - python-networkx - python-pypng python-pytest python-scipy-minimal python-setuptools python-scikit-fem)) (propagated-inputs (list python-matplotlib - python-numpy)) + python-numpy + ;; [optional] + python-networkx + python-pypng + python-scipy)) (home-page "https://github.com/nschloe/matplotx") (synopsis "Minimal matplotlib styles") (description -- cgit v1.2.3