diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-06 22:19:34 +0000 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:21:57 +0100 |
| commit | 180d543faadebd68444e90b672a44fb277b44fe6 (patch) | |
| tree | 9a8bd979b27c092993686f5fd9cfb1c4721c62d3 /gnu | |
| parent | ee5e65c98d0f45c464e35fcac24782a6c26a6e68 (diff) | |
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
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/maths.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 0e902550768..9bc1a58f147 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -11470,6 +11470,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 @@ -11507,7 +11508,7 @@ the Wolfram language.") python-pympler python-stopit python-sympy - python-numpy + python-numpy-1 python-mathics-scanner python-pillow python-dateutil |
