From 7d1cecf42de82d9ea87475d060061e8439908745 Mon Sep 17 00:00:00 2001 From: Raphael Hagen Date: Mon, 7 Oct 2024 13:09:12 -0600 Subject: [PATCH] Update pyproject.toml Co-authored-by: Justus Magin --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 17e20165..4d755c5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "fsspec[http]", "h5netcdf", "h5py", - "kerchunk==0.2.4", + "kerchunk!=0.2.6", "netcdf4", "numcodecs", "xarray",