From a17cc32c4cb333a012817e99d0ecead5ceb99a9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 19:40:00 +0000 Subject: [PATCH] Update xarray requirement from >=v2022.03.0 to >=2026.2.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.02.0) --- updated-dependencies: - dependency-name: xarray dependency-version: 2026.2.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..baacfdd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ 'pandas', 'numpy', 'tqdm', - 'xarray>=v2022.03.0', + 'xarray>=2026.2.0', 'pint>=0.18', 'pint-xarray>=0.3', 'cf-xarray>=0.7.4',