feat: move csaxs devices to plugin structure, fix imports and tests

This commit is contained in:
2024-04-19 12:03:30 +02:00
parent f5366e453f
commit 74f6fa7ffd
54 changed files with 19 additions and 13441 deletions

View File

@ -13,17 +13,17 @@ classifiers = [
"Topic :: Scientific/Engineering",
]
dependencies = [
"ophyd~=1.9",
"typeguard~=4.0",
"prettytable~=3.9",
"bec_lib~=2.0",
"numpy~=1.24",
"pyyaml~=6.0",
"std_daq_client~=1.3",
"pyepics~=3.5",
"pytest~=8.0",
"h5py~=3.10",
"hdf5plugin~=4.3",
"ophyd ~= 1.9, <= 1.9.5",
"typeguard ~= 4.0",
"prettytable ~= 3.9",
"bec_lib ~= 2.0",
"numpy ~= 1.24",
"pyyaml ~= 6.0",
"std_daq_client ~= 1.3",
"pyepics ~= 3.5",
"pytest ~= 8.0",
"h5py ~= 3.10",
"hdf5plugin ~= 4.3",
]
[project.optional-dependencies]