From 6ebda1bd38c56100ce8926be5e2f8f435b90da01 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 6 Jan 2026 22:35:19 +0000 Subject: [PATCH] gnu: python-orthopy: Use python-numpy@1. * gnu/packages/maths.scm (python-orthopy): [propagated-inputs]: Remove python-numpy; add python-numpy-1. [native-inputs]: Remove python-wheel. Change-Id: I574e885dd7ef3522160cb287e4094c6ed4a05181 Signed-off-by: Rutherther --- gnu/packages/maths.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 9bc1a58f147f1e396b467646a70ebba01318d778..8f63743068e4efd1ec1d07e590fd84fbb063a889 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -4699,6 +4699,7 @@ recurrence relations.") (build-system pyproject-build-system) (arguments (list + ;; tests: 219 passed, 13 deselected #:test-flags ;; These tests fails with unexpected keyword arguments ;; in calls to cplot. @@ -4718,12 +4719,11 @@ recurrence relations.") python-meshzoo python-pytest python-scipy - python-setuptools - python-wheel)) + python-setuptools)) (propagated-inputs (list python-importlib-metadata python-ndim - python-numpy + python-numpy-1 python-sympy)) (home-page "https://github.com/diego-hayashi/orthopy") (synopsis "Tools for orthogonal polynomials, Gaussian quadrature")