summaryrefslogtreecommitdiff
path: root/gnu/packages/python-science.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-11-06 23:34:27 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-12-13 20:19:04 +0000
commitb77ef3ccd6de0b04d1b7186e40bbdd42c780089d (patch)
tree427ab7d5bcb495bad56eff017fa3bb163bf453b5 /gnu/packages/python-science.scm
parent8e5905025b762760b8158f48ec0d62e07d8ef859 (diff)
gnu: python-pandera: Adjust inputs.
* gnu/packages/python-science.scm (python-pandera) [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Ic0a46a11f0410a5d4a29dce8416a9d3ff89f471f
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r--gnu/packages/python-science.scm4
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