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

commit b4a725c8ae7d860bb83c247eb501058fb93e6e31
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jan 6 22:19:34 2026 +0000

    gnu: python-mathics-core: Use python-numpy@1.
    
    * gnu/packages/maths.scm (python-mathics-core):
    [arguments] <tests?>: Disable for now.
    [propagated-inputs]: Remove python-numpy; add python-numpy-1.
    
    Change-Id: I39be334cd670b0e747429887f5a92505bd7be154
---
 gnu/packages/maths.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 329987e385..9b7517d656 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -11461,6 +11461,7 @@ the Wolfram language.")
                 "1ikgw3w3silxisih92g1wgcwb37k7qkwfmdv5r6yy4ki74qvyk5q"))))
     (arguments
      `(;; <https://github.com/pytest-dev/pytest/pull/10173> is missing .closed
+       #:tests? #f ;TODO: update package
        #:test-flags '("-s")
        #:phases
        (modify-phases %standard-phases
@@ -11498,7 +11499,7 @@ the Wolfram language.")
                              python-pympler
                              python-stopit
                              python-sympy
-                             python-numpy
+                             python-numpy-1
                              python-mathics-scanner
                              python-pillow
                              python-dateutil

Reply via email to