diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 918a127f07d..7b9d0cd7f6f 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