From 968136e22efc13fa66231d5c3a9508fdf42a8aa7 Mon Sep 17 00:00:00 2001 From: Richard Bowman Date: Thu, 14 Dec 2023 17:21:22 +0000 Subject: [PATCH] Add opencv as a dependency --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index e174ceeb..f1f06209 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,7 @@ dependencies = [ "camera-stage-mapping", "numpy ~= 1.20", "scipy ~= 1.6", + "opencv-python ~= 4.7.0", ] [project.optional-dependencies]