From b77ef3ccd6de0b04d1b7186e40bbdd42c780089d Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Wed, 6 Nov 2024 23:34:27 +0000 Subject: gnu: python-pandera: Adjust inputs. * gnu/packages/python-science.scm (python-pandera) [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ic0a46a11f0410a5d4a29dce8416a9d3ff89f471f --- gnu/packages/python-science.scm | 4 +++- 1 file changed, 3 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 918a127f07..7b9d0cd7f6 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -1392,8 +1392,10 @@ idea of the remaining amount of computation to be done.") python-pyarrow ;needed to run fastapi tests python-pytest python-pytest-asyncio + python-setuptools python-sphinx - python-uvicorn)) ;needed to run fastapi tests + python-uvicorn ;needed to run fastapi tests + python-wheel)) (home-page "https://github.com/unionai-oss/pandera") (synopsis "Perform data validation on dataframe-like objects") (description -- cgit v1.2.3