From 0584a53b342b37c5592041e3a27fa5182a6dc6a3 Mon Sep 17 00:00:00 2001 From: appel_c Date: Wed, 22 Jan 2025 10:02:52 +0100 Subject: [PATCH] build: update hdf5plugin deps for version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 262dca9..fe24d34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "pyepics ~= 3.5, >=3.5.5", "pytest ~= 8.0", "h5py ~= 3.10", - "hdf5plugin ~= 4.3", + "hdf5plugin >=4.3, < 6.0", ] [project.optional-dependencies]