diff --git a/requirements.txt b/requirements.txt index 49c3686..031ab58 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.8.1 +rapidfuzz >= 1.9.1 six # XXX workaround OCR-D/core#730