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

commit d4157014fb5393fd930d441c6daa0f2bb87711f6
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 5c2212eb0a..1da74b1d25 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