mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-06-24 03:38:00 +02:00
feat: move csaxs devices to plugin structure, fix imports and tests
This commit is contained in:
@ -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]
|
||||
|
Reference in New Issue
Block a user