From 739f43e9da5eea36a237d5bb0c362d9661de5085 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Thu, 30 Jan 2020 19:04:20 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Use=20the=20documented=20package?= =?UTF-8?q?=20name=20for=20TensorFlow=201.15.x?= 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..fc2ed16 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy -tensorflow-gpu == 1.15.2 +tensorflow == 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