From 15bcfde180975f8cbf6ffc58bca0a172718f34e1 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Wed, 25 Nov 2020 12:40:20 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Pin=20h5py=20to=20<=203=20becaus?= =?UTF-8?q?e=20pip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index f5a1a60..20b2ff2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ +h5py < 3 # XXX tensorflow 2.4.0rc3 requires h5py~=2.10.0, but you'll have h5py 3.1.0 which is incompatible. tensorflow >= 2.3.0rc2 calamari-ocr == 1.0.* setuptools >= 41.0.0 # tensorboard depends on this, but why do we get an error at runtime?