gnu: python-pandera: Adjust inputs.

* gnu/packages/python-science.scm (python-pandera) [native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: Ic0a46a11f0410a5d4a29dce8416a9d3ff89f471f
This commit is contained in:
Sharlatan Hellseher 2024-11-06 23:34:27 +00:00
parent 8e5905025b
commit b77ef3ccd6
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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