From cdb51e7d2a00cf366f6380a605fc5689873d2572 Mon Sep 17 00:00:00 2001 From: Vecko <36369090+VeckoTheGecko@users.noreply.github.com> Date: Mon, 6 Jul 2026 09:31:00 +0200 Subject: [PATCH] Pin xgcm version --- pixi.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixi.toml b/pixi.toml index 097721e61..4c773cd8a 100644 --- a/pixi.toml +++ b/pixi.toml @@ -30,7 +30,7 @@ holoviews = ">=1.22.0" # https://github.com/prefix-dev/rattler-build/issues/2326 uxarray = ">=2026.04.1" dask = ">=2024.5.1" zarr = ">=3" -xgcm = { git = "https://github.com/xgcm/xgcm", rev = "master" } # TODO: Switch to release version after release is cut +xgcm = { git = "https://github.com/xgcm/xgcm", rev = "532a3c567c475cbe192f49b9961f8117806bbfb7" } # TODO: Switch to release version after release is cut cf_xarray = ">=0.8.6" cftime = ">=1.6.3" pooch = ">=1.8.0"