From 5f980376120d9cdc328965aa170eeb108bdd0002 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Thu, 23 Sep 2021 15:49:18 +0200 Subject: [PATCH] setup.py: allow to install glyphsLib>=5.3.2, including v6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d3084f49..3f7e7144 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ install_requires=[ "fonttools[ufo,lxml,unicode]>=4.21.1 ; platform_python_implementation == 'CPython'", "fonttools[ufo,unicode]>=4.21.1 ; platform_python_implementation != 'CPython'", - "glyphsLib~=5.3.2", + "glyphsLib>=5.3.2", "ufo2ft[compreffor]>=2.20.0", "fontMath>=0.6.0", "ufoLib2>=0.8.0",