Adding xrt library for digital twin

This commit is contained in:
x01da
2026-04-30 08:11:09 +02:00
parent 101954476c
commit 282756288f
+9 -1
View File
@@ -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 = [