From 2c06006fd80a807e4f60223a205839a5d7bf0d87 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Thu, 31 Oct 2019 17:28:36 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Further=20tighten=20dependencies?= =?UTF-8?q?=20to=20a=20known=20good=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9b6b353..9c1bfe6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ numpy -tensorflow-gpu < 2.0 -calamari-ocr >= 0.3.5 +tensorflow-gpu == 1.15.0 +calamari-ocr == 0.3.5 setuptools >= 41.0.0 # tensorboard depends on this, but why do we get an error at runtime? click ocrd >= 1.0.0b11