From bacd6747d804b983e125e5c61a64d82fd1c4c301 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Wed, 21 Jul 2021 11:54:08 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20TensorFlow=20(and=20h3py)?= =?UTF-8?q?=20dependency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit TF 2.5 works for Python 3.6 + 3.9. Fixes #66. --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 34a49f8..af75792 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +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, < 2.5.0 # 2.5 depends on h5py ~= 3.1 (incompatible model files) +tensorflow >= 2.5.0 calamari-ocr == 1.0.* setuptools >= 41.0.0 # tensorboard depends on this, but why do we get an error at runtime? click