From da9619a352959d16b394317f0c4cfdf6e0498bc6 Mon Sep 17 00:00:00 2001 From: burgholzer Date: Fri, 19 Apr 2024 22:39:59 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20fix=20minimum=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cb658a5..b88d3a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "numpy>=1.24", "networkx>=3.0", "scipy>=1.10", - "h5py>=3.3", + "h5py>=3.7", "tensornetwork>=0.4", "matplotlib>=3.7", ]