guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit bffbee0bee21d161aefbeb04b8b8dfc8c0a89c5d
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Feb 4 15:58:04 2026 +0000
gnu: python-pandapipes: Update to 0.13.0.
* gnu/packages/engineering.scm (python-pandapipes): Update to 0.13.0.
[native-inputs]: Remove python-pytest-xdist, python-wheel, and unzip.
Change-Id: I85394f0731448a502386847cdece7c76646e1724
---
gnu/packages/engineering.scm | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 13aea7d33d..0dea0fd57d 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -2774,20 +2774,17 @@ Newton-Raphson power flow solvers in the C++ library
lightsim2grid, and the
(define-public python-pandapipes
(package
(name "python-pandapipes")
- (version "0.11.0")
+ (version "0.13.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pandapipes" version))
(sha256
- (base32 "0rvbfpb42hd2hh2321vwj758yda2zrpj62hmdr7qrhfnzjhcr9z3"))))
+ (base32 "1wgxnbb68spd9gc2brb0lin1j2h44m04aa1rfks65ky5h5drgjmx"))))
(build-system pyproject-build-system)
(native-inputs (list python-nbmake
python-pytest
- python-pytest-xdist
- python-setuptools
- python-wheel
- unzip))
+ python-setuptools))
(propagated-inputs (list python-matplotlib
python-pandapower
python-shapely))