mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-06-24 03:38:00 +02:00
build: moved pyepics deps to >=3.5.5
3.5.3 and 3.5.4 should not be used
This commit is contained in:
@ -20,7 +20,7 @@ dependencies = [
|
||||
"numpy ~= 1.24",
|
||||
"pyyaml ~= 6.0",
|
||||
"std_daq_client ~= 1.3",
|
||||
"pyepics ~= 3.5, <3.5.3",
|
||||
"pyepics ~= 3.5, >=3.5.5",
|
||||
"pytest ~= 8.0",
|
||||
"h5py ~= 3.10",
|
||||
"hdf5plugin ~= 4.3",
|
||||
|
Reference in New Issue
Block a user