From bdc249882eb6d9d9422bbddffbe7d6ace5272c4d Mon Sep 17 00:00:00 2001 From: appel_c Date: Tue, 26 May 2026 14:23:44 +0200 Subject: [PATCH] chore: fix opencv dependecy --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3c5ab89..3fc785f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "ophyd_devices", "opencv-python==4.11.0.86", "xrt", - "cv2", + "opencv-python~=4", ] [project.optional-dependencies]