From eeb76e9d2fb36cb45394a8ce8847a87422b7dd6a Mon Sep 17 00:00:00 2001 From: Raphael Hagen Date: Fri, 5 Apr 2024 12:37:54 -0600 Subject: [PATCH] pin_kerchunk_0.2.2 Testing PR to pin kerchunk==0.2.2 to see if inlining references works. https://github.com/fsspec/kerchunk/issues/445 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f7353a57..c7505bca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ requires-python = ">=3.9" dynamic = ["version"] dependencies = [ "xarray", - "kerchunk", + "kerchunk==0.2.2", "pydantic", "packaging", ]