Skip to content

Commit 169d43e

Browse files
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](PyPSA/linopy@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] <support@github.com>
1 parent b6d66d8 commit 169d43e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies = [
3636
"pandas >= 2.0.0, < 3",
3737
"xarray >=2024.2.0, <2026.5", # CalVer: allow through next calendar year
3838
# Optimization and data handling
39-
"linopy >=0.5.1, <0.8", # Widened from patch pin to minor range
39+
"linopy >=0.5.1, <0.9", # Widened from patch pin to minor range
4040
"netcdf4 >=1.6.1, <1.7.5", # 1.7.4 missing wheels, revert to < 2 later
4141
# Utilities
4242
"pyyaml >= 6.0.0, < 7",

0 commit comments

Comments
 (0)