fix: fixed pyepics version for now as it segfaults on startup

This commit is contained in:
wakonig_k 2024-06-14 09:48:30 +02:00
parent 39efa34eb3
commit f1a2368101

View File

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