mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
8e5905025b
commit
b77ef3ccd6
1 changed files with 3 additions and 1 deletions
|
@ -1392,8 +1392,10 @@ idea of the remaining amount of computation to be done.")
|
||||||
python-pyarrow ;needed to run fastapi tests
|
python-pyarrow ;needed to run fastapi tests
|
||||||
python-pytest
|
python-pytest
|
||||||
python-pytest-asyncio
|
python-pytest-asyncio
|
||||||
|
python-setuptools
|
||||||
python-sphinx
|
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")
|
(home-page "https://github.com/unionai-oss/pandera")
|
||||||
(synopsis "Perform data validation on dataframe-like objects")
|
(synopsis "Perform data validation on dataframe-like objects")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue