diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-08-03 19:33:01 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 23:02:31 +0100 |
| commit | edca3954b6cdce970772eb4a6b61a8e465c09d5a (patch) | |
| tree | 68c93d9d0d3013adc3e3f980d4ad1c7aaa607dc7 /gnu/packages | |
| parent | 3535b77b38dddcc2f64cbbc189a907f78081ea12 (diff) | |
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/python-science.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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 | |||
| 1572 | (native-inputs | 1572 | (native-inputs |
| 1573 | (list python-hatchling | 1573 | (list python-hatchling |
| 1574 | python-hatch-vcs | 1574 | python-hatch-vcs |
| 1575 | python-pytest)) | 1575 | python-pytest |
| 1576 | python-sympy)) | ||
| 1576 | (propagated-inputs | 1577 | (propagated-inputs |
| 1577 | (list python-interface-meta | 1578 | (list python-interface-meta |
| 1578 | python-narwhals | 1579 | python-narwhals |
