From f1a2368101e6b4af2d08d1a3540680f7f3ff9762 Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Fri, 14 Jun 2024 09:48:30 +0200 Subject: [PATCH] fix: fixed pyepics version for now as it segfaults on startup --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 23b55d8..13ca344 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",