From c416e0c2534e53185e6ae58290750bba0ec7f0e1 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Fri, 31 Jan 2020 10:56:16 +0100 Subject: [PATCH] =?UTF-8?q?Revert=20"=F0=9F=90=9B=20Use=20the=20documented?= =?UTF-8?q?=20package=20name=20for=20TensorFlow=201.15.x"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 739f43e9da5eea36a237d5bb0c362d9661de5085. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fc2ed16..94a797e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy -tensorflow == 1.15.* +tensorflow-gpu == 1.15.2 calamari-ocr == 0.3.5 setuptools >= 41.0.0 # tensorboard depends on this, but why do we get an error at runtime? click