mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: Add python-pandapipes.
* gnu/packages/engineering.scm (python-pandapipes): New variable. Change-Id: I5858f8a82ec6b351e14a03ecc52a0b9fef62f7c0 Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
parent
1cab0165a9
commit
f4f79861e6
1 changed files with 25 additions and 0 deletions
|
@ -2661,6 +2661,31 @@ (define-public python-pandapower
|
|||
@code{PowerModels.jl} library.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python-pandapipes
|
||||
(package
|
||||
(name "python-pandapipes")
|
||||
(version "0.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pandapipes" version ".zip"))
|
||||
(sha256
|
||||
(base32 "06yqqd25hxa6q49qcbpy0njwxkqzfhbff4frrrxd84391njgvdhq"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs (list python-nbmake
|
||||
python-pytest
|
||||
python-pytest-xdist
|
||||
unzip))
|
||||
(propagated-inputs (list python-matplotlib
|
||||
python-pandapower
|
||||
python-shapely))
|
||||
(home-page "http://www.pandapipes.org")
|
||||
(synopsis "Simulation of multi energy grids")
|
||||
(description
|
||||
"This package provides a pipeflow calculation tool that complements
|
||||
@code{pandapower} in the simulation of multi energy grids.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python-scikit-rf
|
||||
(package
|
||||
(name "python-scikit-rf")
|
||||
|
|
Loading…
Reference in a new issue