From 169d43e44528e753f67791e891c60cee8b514839 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 13:16:27 +0000 Subject: [PATCH] chore: update linopy requirement from <0.8,>=0.5.1 to >=0.5.1,<0.9 Updates the requirements on [linopy](https://github.com/PyPSA/linopy) to permit the latest version. - [Release notes](https://github.com/PyPSA/linopy/releases) - [Changelog](https://github.com/PyPSA/linopy/blob/master/doc/release_notes.rst) - [Commits](https://github.com/PyPSA/linopy/compare/v0.5.1...v0.8.0) --- updated-dependencies: - dependency-name: linopy dependency-version: 0.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7cf3e2203..df4197bc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "pandas >= 2.0.0, < 3", "xarray >=2024.2.0, <2026.5", # CalVer: allow through next calendar year # Optimization and data handling - "linopy >=0.5.1, <0.8", # Widened from patch pin to minor range + "linopy >=0.5.1, <0.9", # Widened from patch pin to minor range "netcdf4 >=1.6.1, <1.7.5", # 1.7.4 missing wheels, revert to < 2 later # Utilities "pyyaml >= 6.0.0, < 7",