From 4ae773f7d2a96ea79aaec9acda1526f4b3870777 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 6 Jan 2026 23:39:24 +0000 Subject: [PATCH] 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 --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 6d272421d6c8c47594e723698930a438d219cdb5..4e3a9409036dd8dcd35537623ca3ce4395c87c5d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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))