gnu: python-quadpy: Adjust inputs.

* gnu/packages/maths.scm (python-quadpy)[inputs]: Add python-matplotlib.
[native-inputs]: Remove python-wheel.

Change-Id: I72f2d7daafebd98f96245697aecb60c176981336
This commit is contained in:
Sharlatan Hellseher 2025-09-25 00:46:38 +01:00
parent f94377da73
commit ea44a564d1
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -4784,9 +4784,11 @@ Mathematics (GLM) library to Python.")
(list python-accupy (list python-accupy
python-pytest python-pytest
python-setuptools python-setuptools
python-wheel
unzip unzip
vtk)) vtk))
(inputs
;; [optional]
(list python-matplotlib))
(propagated-inputs (propagated-inputs
(list python-importlib-metadata (list python-importlib-metadata
python-numpy python-numpy