diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-25 23:48:10 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:42 +0100 |
| commit | 2b911b764b410fb54d1f43ae1c6a3fc830a6ab2c (patch) | |
| tree | dc7cf9000567414a4b67481e7a88acac0164a086 /gnu/packages | |
| parent | 615c0f396237e5404d0c428b865eac20a36454b4 (diff) | |
gnu: python-pandas: Adjust native inputs.
* gnu/packages/python-science.scm (python-pandas)[native-inputs]:
Remove meson and meson-python; add python-meson-python.
Change-Id: I5f947f9a81e6931261ad16a3648fc1350d50c7f9
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/python-science.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index b0de8534ac0..d59d0f9bbf2 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -3972,8 +3972,7 @@ tissue-specificity metrics for gene expression.") (inputs (list xclip xsel)) (native-inputs - (list meson - meson-python + (list python-meson-python python-lxml python-pytest python-pytest-asyncio |
