From 685ba7968479993095b942f94f3e611405a16883 Mon Sep 17 00:00:00 2001 From: Klaus Wakonig Date: Fri, 13 Jun 2025 10:43:25 +0200 Subject: [PATCH] fix: restrict pyepics version until ophyd is fixed --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8bf2a08..b4016b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "numpy >= 1.24, <3.0", "pyyaml ~= 6.0", "std_daq_client ~= 1.3", - "pyepics ~= 3.5, >=3.5.5", + "pyepics >=3.5.5, <=3.5.7", "pytest ~= 8.0", "h5py ~= 3.10", "hdf5plugin >=4.3, < 6.0",