From 7be47bc45737e9bb9509008aff2ab6b47b6f8021 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 18:33:13 +0000 Subject: [PATCH] Update xarray requirement from >=v2022.03.0 to >=2026.4.0 Updates the requirements on [xarray](https://github.com/pydata/xarray) to permit the latest version. - [Release notes](https://github.com/pydata/xarray/releases) - [Commits](https://github.com/pydata/xarray/compare/v2022.03.0...v2026.04.0) --- updated-dependencies: - dependency-name: xarray dependency-version: 2026.4.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 2916e8b..3cb500a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ 'pandas', 'numpy', 'tqdm', - 'xarray>=v2022.03.0', + 'xarray>=2026.4.0', 'pint>=0.18', 'pint-xarray>=0.3', 'cf-xarray>=0.7.4',