fix: restrict pyepics version until ophyd is fixed

This commit is contained in:
Klaus Wakonig
2025-06-13 10:43:25 +02:00
committed by GitHub
parent c59020a6aa
commit 685ba79684

View File

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