From 6d74a68eca48f8f0654f84b283d83566c4421979 Mon Sep 17 00:00:00 2001 From: Julian Stirling Date: Mon, 8 Dec 2025 14:37:13 +0000 Subject: [PATCH] Bump stitching version to v0.2.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1d546441..73282b7f 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.1", + "openflexure-stitching[libvips]==0.2.2", "pillow ~= 10.4", "anyio ~= 4.0", "numpy ~= 2.2",