guix_mirror_bot pushed a commit to branch next-master
in repository guix.

commit 1cff8df538677490f44e6a9f9a33c5e6f419c48a
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 6d71cd7e88..51eace4a03 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -11459,6 +11459,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
@@ -11496,7 +11497,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