From aa91ff05205a4395e9537c670ccb097048ddd3a1 Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Sun, 4 Jul 2021 12:14:43 +0200 Subject: [PATCH] update pyicu to fix build on macos Right now brew installs icu4c 69.x which pyicu only supports from 2.7 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f44a9c6..0b9ba40 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ flask-swagger-ui==3.36.0 Flask-Limiter==1.4 waitress==1.4.4 expiringdict==1.2.1 -pyicu==2.6 +pyicu==2.7 pycld2==0.41 morfessor==2.0.6 polyglot==16.7.4