From 17dbeb248082f0b7c6207273ee91f8f62a05a6bc Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Fri, 31 Jan 2020 10:57:30 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Loosen=20tensorflow-gpu=20depend?= =?UTF-8?q?ency=20a=20bit=20to=201.15.*?= 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 94a797e..0a426e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy -tensorflow-gpu == 1.15.2 +tensorflow-gpu == 1.15.* calamari-ocr == 0.3.5 setuptools >= 41.0.0 # tensorboard depends on this, but why do we get an error at runtime? click