guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 7256d545c62a9d4c66e7cd490d1ecbec2302644e
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 0bede35199..1e5e2821fe 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))

Reply via email to