summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/python-xyz.scm8
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