From 70e731690742f34a4d087d1475e9a4c723721376 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Thu, 22 Apr 2021 20:06:27 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20ocrd=20core=20requirement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit eynollah requires at ocrd >= 2.22.0 for the resource resolving code, otherwise it fails with an AttributeError. Fix this by bumping up the requirement. I bumped it to 2.23.3 so core *also* includes the latest model resource for eynollah. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9fd7bd8..8520780 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # ocrd includes opencv, numpy, shapely, click -ocrd >= 2.20.3 +ocrd >= 2.23.3 keras >= 2.3.1, < 2.4 scikit-learn >= 0.23.2 tensorflow-gpu >= 1.15, < 2