From d042c9488a3383eabff8dd47e109b8423e28119d Mon Sep 17 00:00:00 2001 From: Clemens Neudecker <952378+cneud@users.noreply.github.com> Date: Thu, 20 Feb 2020 16:49:54 +0100 Subject: [PATCH] use TensorFlow 1.15.2 or later, but not 2.x fix for https://github.com/qurator-spk/sbb_textline_detection/network/alert/requirements.txt/tensorflow-gpu/open --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9240226..bd9a5f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ tqdm keras shapely scikit-learn -tensorflow-gpu < 2.0 +tensorflow-gpu ~=1.15.2 scipy ocrd >= 2.0.0