build: moved pyepics deps to >=3.5.5

3.5.3 and 3.5.4 should not be used
This commit is contained in:
2024-08-14 12:42:14 +02:00
parent c4c74b0af4
commit 8046f22a80

View File

@ -20,7 +20,7 @@ dependencies = [
"numpy ~= 1.24", "numpy ~= 1.24",
"pyyaml ~= 6.0", "pyyaml ~= 6.0",
"std_daq_client ~= 1.3", "std_daq_client ~= 1.3",
"pyepics ~= 3.5, <3.5.3", "pyepics ~= 3.5, >=3.5.5",
"pytest ~= 8.0", "pytest ~= 8.0",
"h5py ~= 3.10", "h5py ~= 3.10",
"hdf5plugin ~= 4.3", "hdf5plugin ~= 4.3",