From 8046f22a807f94f1dc7d9ab77ab3b9c3ce821633 Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Wed, 14 Aug 2024 12:42:14 +0200 Subject: [PATCH] build: moved pyepics deps to >=3.5.5 3.5.3 and 3.5.4 should not be used --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 44f8e9d..2a1c56b 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, <3.5.3", + "pyepics ~= 3.5, >=3.5.5", "pytest ~= 8.0", "h5py ~= 3.10", "hdf5plugin ~= 4.3",