From ece505b309c8f769ceffff403810763859258249 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 14:08:34 +0000 Subject: [PATCH] Update xarray requirement from <2023.11.0 to <2024.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) - [Changelog](https://github.com/pydata/xarray/blob/main/HOW_TO_RELEASE.md) - [Commits](https://github.com/pydata/xarray/compare/v0.1...v2024.01.1) --- updated-dependencies: - dependency-name: xarray 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 6525d927..fca94ce7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ dependencies = [ "shapely>=2.0", "sparse<=0.14", "toolz", - "xarray<2023.11.0", # FIXME: Remove when pandas 2.2 is released and xclim is fixed. + "xarray<2024.2.0", # FIXME: Remove when pandas 2.2 is released and xclim is fixed. "xclim>=0.46.0", "xesmf>=0.7", "zarr"