From 8bf08e7938ada45424811c4d8736d76a15fe2b9f Mon Sep 17 00:00:00 2001 From: Marco Varrone Date: Mon, 27 May 2024 16:34:45 +0200 Subject: [PATCH] Require spatialdata-plot >= 0.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 59665e7..5b78307 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "session-info", "pycave", "spatialdata", - "spatialdata-plot", + "spatialdata-plot >= 0.1.0", "rasterio", "sknw", "matplotlib < 3.9.0",