chore: add cv2 as deendency as it is used in the hutch_cam

This commit is contained in:
2026-05-22 10:15:48 +02:00
parent 359ef0b6d7
commit f91446263d
+1
View File
@@ -20,6 +20,7 @@ dependencies = [
"ophyd_devices",
"opencv-python==4.11.0.86",
"xrt",
"cv2",
]
[project.optional-dependencies]