From 1c0c9ad53ef78d671bb554861163f6a028a44861 Mon Sep 17 00:00:00 2001 From: x01da Date: Thu, 18 Sep 2025 14:06:44 +0200 Subject: [PATCH] add opencv dependency for hutch cameras --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 10cab05..f34c291 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [