From f91446263d5c9d13ae05a621ffd4f599424ad456 Mon Sep 17 00:00:00 2001 From: appel_c Date: Fri, 22 May 2026 10:15:48 +0200 Subject: [PATCH] chore: add cv2 as deendency as it is used in the hutch_cam --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 813b6b4..3c5ab89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,7 @@ dependencies = [ "ophyd_devices", "opencv-python==4.11.0.86", "xrt", + "cv2", ] [project.optional-dependencies]