From 4724b8d7e1f0eb0deb5f1568405532e7d86b44b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 12:43:41 +0000 Subject: [PATCH] chore: update linopy requirement from <0.7,>=0.5.1 to >=0.5.1,<0.8 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.7.0) --- updated-dependencies: - dependency-name: linopy dependency-version: 0.7.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 621bd24a2..282c5932b 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.7", # Widened from patch pin to minor range + "linopy >=0.5.1, <0.8", # 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",