From 69498766b0ebe82ba772da0f9a7efcaf4123ff88 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Thu, 31 Oct 2019 17:37:46 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9c1bfe6..17de3dc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy -tensorflow-gpu == 1.15.0 +tensorflow-gpu == 1.14.0 calamari-ocr == 0.3.5 setuptools >= 41.0.0 # tensorboard depends on this, but why do we get an error at runtime? click