[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
262/420: gnu: python-pandera: Adjust inputs.
From: |
guix-commits |
Subject: |
262/420: gnu: python-pandera: Adjust inputs. |
Date: |
Tue, 26 Nov 2024 16:29:14 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit feb7d3bcbb0ed82839a00e9c49397bd736801ac9
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
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
- 219/420: gnu: python-notebook: Add python-jupyter-server to native inputs., (continued)
- 219/420: gnu: python-notebook: Add python-jupyter-server to native inputs., guix-commits, 2024/11/26
- 220/420: gnu: build-system/pyproject: Add missing native-inputs., guix-commits, 2024/11/26
- 226/420: gnu: python-assay: Add missing inputs., guix-commits, 2024/11/26
- 245/420: gnu: nikola: Fix build., guix-commits, 2024/11/26
- 247/420: gnu: python-jsonschema-3: Fix build., guix-commits, 2024/11/26
- 257/420: gnu: python-defusedxml: Update to 0.7.1., guix-commits, 2024/11/26
- 255/420: gnu: Add python-stdio-mgr., guix-commits, 2024/11/26
- 256/420: gnu: python-sphinx-autodoc-typehints: Update to 1.23.0., guix-commits, 2024/11/26
- 258/420: gnu: python-scrapy: Fix build., guix-commits, 2024/11/26
- 265/420: gnu: python-ewah-bool-utils: Update to 1.2.2., guix-commits, 2024/11/26
- 262/420: gnu: python-pandera: Adjust inputs.,
guix-commits <=
- 277/420: gnu: python-quadpy: Adjust inputs., guix-commits, 2024/11/26
- 280/420: gnu: Remove beets-next., guix-commits, 2024/11/26
- 268/420: gnu: python-yt: Remove relax-requirements phase., guix-commits, 2024/11/26
- 273/420: gnu: python-scikit-fem: Update to 10.0.2., guix-commits, 2024/11/26
- 269/420: gnu: python-pytest-openfiles: Adjust inputs., guix-commits, 2024/11/26
- 275/420: gnu: python-orthopy: Adjust inputs., guix-commits, 2024/11/26
- 278/420: gnu: python-robotframework-requests: Adjust inputs., guix-commits, 2024/11/26
- 282/420: gnu: python-mutagen: Update to 1.47.0., guix-commits, 2024/11/26
- 276/420: gnu: python-accupy: Adjust inputs., guix-commits, 2024/11/26
- 281/420: gnu: beets: Use G-expressions., guix-commits, 2024/11/26