From de52b923aa6a28d3972fbcbba9ed4292f2c35646 Mon Sep 17 00:00:00 2001 From: Martijn Govers Date: Thu, 11 Jan 2024 07:34:19 +0100 Subject: [PATCH] enforce pgm>=1.6.46 due to hotfix Signed-off-by: Martijn Govers --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a473f441..30384c2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "numpy>=1.20", "openpyxl", "pandas", - "power_grid_model>=1.6", + "power_grid_model>=1.6.46", "pyyaml", "structlog", "tqdm",