diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/maths.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 306582e712..2e46a6050d 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -4784,9 +4784,11 @@ Mathematics (GLM) library to Python.") (list python-accupy python-pytest python-setuptools - python-wheel unzip vtk)) + (inputs + ;; [optional] + (list python-matplotlib)) (propagated-inputs (list python-importlib-metadata python-numpy |