add opencv dependency for hutch cameras

This commit is contained in:
x01da
2025-09-18 14:06:44 +02:00
committed by appel_c
parent faeb991b75
commit 1c0c9ad53e
+1 -1
View File
@@ -12,7 +12,7 @@ classifiers = [
"Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering",
]
dependencies = ["numpy", "scipy", "bec_lib", "h5py", "ophyd_devices"]
dependencies = ["numpy", "scipy", "bec_lib", "h5py", "ophyd_devices", "opencv-python==4.11.0.86"]
[project.optional-dependencies]
dev = [