From 3e8c1ac338af1b3130296d57d937e434c5eb2192 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Fri, 27 Sep 2019 15:52:03 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Depend=20on=20setuptools=20becau?= =?UTF-8?q?se=20whatever?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9d528c0..639d7c0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ numpy calamari-ocr +setuptools >= 41.0.0 # tensorboard depends on this, but why do we get an error at runtime? tensorflow-gpu click -ocrd >= 1.0.0b11 \ No newline at end of file +ocrd >= 1.0.0b11