From 144bafcf8689d73628873d9ff4dbc359533ef7f9 Mon Sep 17 00:00:00 2001 From: Raphael Hagen Date: Mon, 7 Oct 2024 12:42:48 -0600 Subject: [PATCH] pin to older kerchunk version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ce3e4147..c7d392a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "fsspec[http]", "h5netcdf", "h5py", - "kerchunk", + "kerchunk==0.2.4", "netcdf4", "numcodecs", "xarray",