~ruther/guix-local

4ae773f7d2a96ea79aaec9acda1526f4b3870777 — Sharlatan Hellseher a month ago 897d057
gnu: python-perfplot: Use python-numpy@1.

* gnu/packages/python-xyz.scm (python-perfplot):
[propagated-inputs]: Remove python-numpy; add python-numpy-1.

Change-Id: Ib7ea70587df75876a01e44899b7aebdd121f19fb
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +1 -1
@@ 12358,7 12358,7 @@ and provides convenience methods for performing common object operations.")
    (build-system pyproject-build-system)
    (propagated-inputs (list python-matplotlib
                             python-matplotx
                             python-numpy
                             python-numpy-1
                             python-rich))
    (native-inputs (list python-flit-core
                         python-pytest))