summaryrefslogtreecommitdiff
path: root/gnu/packages/engineering.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-02-04 15:58:04 +0000
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:55 +0100
commita67061284457ff3e1efad3387c20474c66bc95c7 (patch)
tree4d1123a887554fa203ef78f4c8aca27d76c5c3b9 /gnu/packages/engineering.scm
parent56dd654bea8028a50746b52e8df56b7be55d704b (diff)
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
Diffstat (limited to 'gnu/packages/engineering.scm')
-rw-r--r--gnu/packages/engineering.scm9
1 files changed, 3 insertions, 6 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index cb755280104..2699fee599b 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))