From bf82f37c47e727d81d98e31458601ce9699f3b03 Mon Sep 17 00:00:00 2001 From: Joe Knapper Date: Tue, 8 Apr 2025 12:09:15 +0000 Subject: [PATCH] Dependency bump for camera_stage_mapping to 0.1.8 Returns the errors we expect --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1d8276c1..23eb7fd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ dependencies = [ "labthings-fastapi[server] == 0.0.7", "labthings-sangaboard", - "camera-stage-mapping ~= 0.1.7", + "camera-stage-mapping ~= 0.1.8", "opencv-python ~= 4.7.0", "pillow ~= 10.4", "anyio ~= 4.0",