From fbdb77de3d8b2ff0fd46ddf72dca125c55ee521d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 03:21:32 +0000 Subject: [PATCH] Update dependency linopy to >=0.5.7, <0.5.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 389d0ef4c..a07f10bb2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "numpy >= 1.21.5, < 3", "pandas >= 2.0.0, < 3", # Optimization and data handling - "linopy >= 0.5.1, < 0.5.6", # Update and test regularly + "linopy >=0.5.7, <0.5.8", # Update and test regularly "netcdf4 >= 1.6.1, < 2", # Utilities "PyYAML >= 6.0.0, < 7",