From ede9402a6c7be59a03210639fd8ccd055330d083 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Wed, 17 Aug 2022 11:42:07 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20"=F0=9F=92=A9=20Stick=20with=20rapidfu?= =?UTF-8?q?zz=20<=202.1.0=20for=20now"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 0e153db9cadb873f34876251421e0d8b10bffc16. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 15f7efa..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 >= 2.0.5, < 2.1.0 +rapidfuzz >= 2.0.5 six # XXX workaround OCR-D/core#730