From 282756288f806d7a911f16e5c7f67aff85c39b65 Mon Sep 17 00:00:00 2001 From: x01da Date: Thu, 30 Apr 2026 08:11:09 +0200 Subject: [PATCH] Adding xrt library for digital twin --- pyproject.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f34c291..e5873cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,15 @@ classifiers = [ "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering", ] -dependencies = ["numpy", "scipy", "bec_lib", "h5py", "ophyd_devices", "opencv-python==4.11.0.86"] +dependencies = [ + "numpy", + "scipy", + "bec_lib", + "h5py", + "ophyd_devices", + "opencv-python==4.11.0.86", + "xrt", +] [project.optional-dependencies] dev = [