summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-01-06 23:39:24 +0000
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:22:03 +0100
commit4ae773f7d2a96ea79aaec9acda1526f4b3870777 (patch)
treea4adf52b1bd0e3c24bbe77a022d31068f5c97cb3
parent897d05749e93824396b4813a17be8806cc6df1c8 (diff)
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>
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6d272421d6c..4e3a9409036 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))