From 1c3b28d873099c9e8ea4d7dda47b6392f5436f55 Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Mon, 23 Oct 2023 15:26:10 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Update=20multimethod=20dependency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We had some issues while reviewing/rebasing #72. We don't support Python 3.5 anymore, so lifting the hard pin on multimethod 1.3. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8ee3d1d..fdb3dde 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ colorama MarkupSafe ocrd >= 2.20.1 attrs -multimethod == 1.3 # latest version to officially support Python 3.5 +multimethod >= 1.3 tqdm rapidfuzz >= 2.4.2 six # XXX workaround OCR-D/core#730