1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-19 23:55:54 +02:00

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
+3 -1
View File
@@ -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