From f287386c0e8b315a077e2400965b56c1e9759cc4 Mon Sep 17 00:00:00 2001 From: Mike Gerber Date: Wed, 16 Apr 2025 14:49:23 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9Don't=20pin=20uniseg=20and=20rapidf?= =?UTF-8?q?uzz?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Breakage with the newest uniseg API was fixed in master. Can't see any issue with rapidfuzz, so removing that pin, too. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0b3d819..123187b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ uniseg >= 0.9.1 numpy colorama MarkupSafe -ocrd >= 2.65.0 +ocrd >= 3.3.0 attrs multimethod >= 1.3 tqdm