From caa73c2b446797d6a3b7916267cec65312cd73ee Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Mon, 28 Oct 2019 13:08:42 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=87=EF=B8=8F=20Use=20tighter=20dependenci?= =?UTF-8?q?es=20for=20TensorFlow=20and=20Calamari?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With the recent release of TensorFlow 2.0, we need to make sure we install a version compatible with the current Calamari release, e.g. TF < 2.0. Also, depend on a Calamari version that is known to be working, that is Calamari >= 0.3.5. Fixes #6. --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 639d7c0..9b6b353 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ numpy -calamari-ocr +tensorflow-gpu < 2.0 +calamari-ocr >= 0.3.5 setuptools >= 41.0.0 # tensorboard depends on this, but why do we get an error at runtime? -tensorflow-gpu click ocrd >= 1.0.0b11