From af211d2a1b52656557a2a87c271a30a1579eeeea Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Thu, 23 Jul 2020 13:04:11 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Do=20not=20install=20numpy,=20le?= =?UTF-8?q?t=20the=20TF=20dependency=20do=20it?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 58a0207..9ceba65 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ -numpy 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?