From d41f087a885f690a27b7ae626dc77d24f88c6ba6 Mon Sep 17 00:00:00 2001 From: LucaMarconato <2664412+LucaMarconato@users.noreply.github.com> Date: Sat, 15 Nov 2025 15:41:09 +0100 Subject: [PATCH] pin multiscale-spatial-image for #1020 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 766f75152..0f97e0f6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "datashader", "fsspec[s3,http]", "geopandas>=0.14", - "multiscale_spatial_image>=2.0.3", + "multiscale_spatial_image==2.0.3", "networkx", "numba>=0.55.0", "numpy",