From 44e886e9d944737f20321171d57f838ab1395ed4 Mon Sep 17 00:00:00 2001 From: Chris Keckler Date: Mon, 9 Oct 2023 22:22:18 +0100 Subject: [PATCH] Bound the h5py package to avoid breaking changes in the latest version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 80b548419..957cc2675 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ authors = [ dependencies = [ "configparser", "coverage", - "h5py>=3.0", + "h5py>=3.0,<=3.9.0", "htmltree", "matplotlib", "numpy>=1.21,<=1.23.5",