From 76bacc0f1511957913f8af0e7ea0f2bdb84fa8b2 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Mon, 28 Feb 2022 14:35:54 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Bump=20rapidfuzz=20dep=20to=20>?= =?UTF-8?q?=3D=202.0.5=20(Fixes=20gh-65)?= 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 031ab58..25e8676 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,5 +9,5 @@ ocrd >= 2.20.1 attrs multimethod == 1.3 # latest version to officially support Python 3.5 tqdm -rapidfuzz >= 1.9.1 +rapidfuzz >= 2.0.5 six # XXX workaround OCR-D/core#730