Adding xrt library for digital twin
This commit is contained in:
+9
-1
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user