diff options
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r-- | gnu/packages/python-science.scm | 4 |
1 files changed, 3 insertions, 1 deletions
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 |