From d94d4b839812371be130887998c81d93495f6392 Mon Sep 17 00:00:00 2001 From: Ryan May Date: Wed, 17 Dec 2025 17:13:32 -0700 Subject: [PATCH] CI: Bump to xarray 2025.10.1 This gets us something more recent while we wait to deal with test failures caused by the change to `keep_attrs` in xarray >= 2025.11.0. --- ci/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/requirements.txt b/ci/requirements.txt index 6bab3e7e06..5e85f876e9 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -6,4 +6,4 @@ pint==0.25.2 pyproj==3.7.2 scipy==1.16.3 traitlets==5.14.3 -xarray==2025.6.1 +xarray==2025.10.1