guix_mirror_bot pushed a commit to branch next-master
in repository guix.
commit 98c86c236c43a185eadef4ca7f4122d3f4d0c7c8
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jan 6 23:39:24 2026 +0000
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
---
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 23bbb7136b..aa891fb25f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12312,7 +12312,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))