mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01: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-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
|
||||
|
|
Loading…
Add table
Reference in a new issue