From 79c765a3eecb192642aecbb7a9e2895672d34773 Mon Sep 17 00:00:00 2001 From: Heberto Mayorquin Date: Tue, 30 Jan 2024 17:59:40 -0600 Subject: [PATCH] add zarr to test suit --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c8a12d08..03e15b4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,8 @@ test = [ "scipy", "pandas", "h5py", -] + "zarr >=2.16.0" + ] docs = [ "pillow",