Skip to content

Commit aa3ecdc

Browse files
chore: update xarray requirement (#669)
Updates the requirements on [xarray](https://github.com/pydata/xarray) to permit the latest version. - [Release notes](https://github.com/pydata/xarray/releases) - [Commits](pydata/xarray@v2024.02.0...v2026.04.0) --- updated-dependencies: - dependency-name: xarray dependency-version: 2026.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7fc7766 commit aa3ecdc

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
@@ -34,7 +34,7 @@ dependencies = [
3434
# Core scientific computing
3535
"numpy >= 1.21.5, < 3",
3636
"pandas >= 2.0.0, < 3",
37-
"xarray >=2024.2.0, <2026.3", # CalVer: allow through next calendar year
37+
"xarray >=2024.2.0, <2026.5", # CalVer: allow through next calendar year
3838
# Optimization and data handling
3939
"linopy >=0.5.1, <0.7", # Widened from patch pin to minor range
4040
"netcdf4 >=1.6.1, <1.7.5", # 1.7.4 missing wheels, revert to < 2 later

0 commit comments

Comments
 (0)