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 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.")
1392 python-pyarrow ;needed to run fastapi tests 1392 python-pyarrow ;needed to run fastapi tests
1393 python-pytest 1393 python-pytest
1394 python-pytest-asyncio 1394 python-pytest-asyncio
1395 python-setuptools
1395 python-sphinx 1396 python-sphinx
1396 python-uvicorn)) ;needed to run fastapi tests 1397 python-uvicorn ;needed to run fastapi tests
1398 python-wheel))
1397 (home-page "https://github.com/unionai-oss/pandera") 1399 (home-page "https://github.com/unionai-oss/pandera")
1398 (synopsis "Perform data validation on dataframe-like objects") 1400 (synopsis "Perform data validation on dataframe-like objects")
1399 (description 1401 (description