From 62e4699c166d1181c5ce678a3abfcd8907738cd5 Mon Sep 17 00:00:00 2001 From: Wouter-Michiel Vierdag Date: Wed, 20 Nov 2024 08:04:05 -0800 Subject: [PATCH] update multiscale-spatial-image dependency (#792) * update multiscale-spatial-image dependency * adjust zarr dependency --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4433b067..4344d11a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "dask>=2024.4.1", "fsspec<=2023.6", "geopandas>=0.14", - "multiscale_spatial_image>=2.0.1", + "multiscale_spatial_image>=2.0.2", "networkx", "numba", "numpy", @@ -46,7 +46,7 @@ dependencies = [ "xarray>=2024.10.0", "xarray-schema", "xarray-spatial>=0.3.5", - "zarr", + "zarr<3", ] [project.optional-dependencies]