diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 17:01:27 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 23:02:37 +0100 |
| commit | cfdb037979bcc1d00a72a2977fb1544bfc129b75 (patch) | |
| tree | a519bd841d30505423bbecf60008aa93d8c9110c /gnu/packages/python-xyz.scm | |
| parent | b92cfe4e92857ce21e6e19ec6c33f2559fef7195 (diff) | |
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.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 8 |
1 files changed, 5 insertions, 3 deletions
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}.") | |||
| 13664 | (native-inputs | 13664 | (native-inputs |
| 13665 | (list python-imageio | 13665 | (list python-imageio |
| 13666 | python-meshzoo | 13666 | python-meshzoo |
| 13667 | python-networkx | ||
| 13668 | python-pypng | ||
| 13669 | python-pytest | 13667 | python-pytest |
| 13670 | python-scipy-minimal | 13668 | python-scipy-minimal |
| 13671 | python-setuptools | 13669 | python-setuptools |
| 13672 | python-scikit-fem)) | 13670 | python-scikit-fem)) |
| 13673 | (propagated-inputs | 13671 | (propagated-inputs |
| 13674 | (list python-matplotlib | 13672 | (list python-matplotlib |
| 13675 | python-numpy)) | 13673 | python-numpy |
| 13674 | ;; [optional] | ||
| 13675 | python-networkx | ||
| 13676 | python-pypng | ||
| 13677 | python-scipy)) | ||
| 13676 | (home-page "https://github.com/nschloe/matplotx") | 13678 | (home-page "https://github.com/nschloe/matplotx") |
| 13677 | (synopsis "Minimal matplotlib styles") | 13679 | (synopsis "Minimal matplotlib styles") |
| 13678 | (description | 13680 | (description |
