From c3cb8436dc18aded7229caf31d9449a158aa88f7 Mon Sep 17 00:00:00 2001 From: Julian Stirling Date: Wed, 3 Dec 2025 11:14:47 +0000 Subject: [PATCH] Bump required stitching version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4937823d..1d546441 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.2.0", + "openflexure-stitching[libvips]==0.2.1", "pillow ~= 10.4", "anyio ~= 4.0", "numpy ~= 2.2",