sharlatan pushed a commit to branch python-team
in repository guix.
commit 93339fc6469a0f145931f2f771e1b2dedcb39dd3
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Nov 6 23:34:27 2024 +0000
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(-)
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 2a8f0c1eb9..386e0ec5c8 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -1344,8 +1344,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