From edca3954b6cdce970772eb4a6b61a8e465c09d5a Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Mon, 3 Aug 2026 19:33:01 +0200 Subject: gnu: python-formulaic: Fix tests. * gnu/packages/python-science.scm (python-fomulaic)[native-inputs]: Add python-sympy. Relates-to: guix/guix!10354 Signed-off-by: Sharlatan Hellseher --- gnu/packages/python-science.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu/packages/python-science.scm') diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index ac2038c3a02..33e2f6ab29b 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -1572,7 +1572,8 @@ totally avoiding a sort or shuffle operation. @code{flox} can use either (native-inputs (list python-hatchling python-hatch-vcs - python-pytest)) + python-pytest + python-sympy)) (propagated-inputs (list python-interface-meta python-narwhals -- cgit v1.2.3