From c64fa4e05b9ca785c5fefb3008ef3d527052a2b7 Mon Sep 17 00:00:00 2001 From: jaknapper Date: Fri, 8 Aug 2025 10:49:05 +0100 Subject: [PATCH] Update stitching to 0.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c045fdf1..e833c274 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "sangaboard", "camera-stage-mapping ~= 0.1.10", "opencv-python ~= 4.11.0", - "openflexure-stitching[libvips]==0.1.0", + "openflexure-stitching[libvips]==0.2.0", "pillow ~= 10.4", "anyio ~= 4.0", "numpy ~= 2.2",