From e34adbf41cac4318564cf10043c02b17df80a32f Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Mon, 6 May 2024 16:59:18 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20Python=203.12=20support=20?= =?UTF-8?q?by=20requiring=20ocrd=20>=3D=202.65.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8f863cc..846d389 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ uniseg >= 0.8.0 numpy colorama MarkupSafe -ocrd >= 2.20.1 +ocrd >= 2.65.0 attrs multimethod >= 1.3 tqdm