From 5a935ca6326db2c0c02744d42e14a90069a8dbd8 Mon Sep 17 00:00:00 2001 From: Rico Schrage Date: Fri, 15 Nov 2024 15:36:11 +0100 Subject: [PATCH] Fixing bugs introduced by linting fixes. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 21742a7..93b191b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,6 +45,7 @@ test = [ "peext", "simbench", "pandapower", + "pandapipes==0.6.0", "pytest-cov", "pre-commit" ]