From 7f34dd267ef7120df3543a4ec8559a1e49021c35 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Thu, 20 Jul 2023 11:38:04 +0100 Subject: [PATCH] setup.py: bump minimum glyphsLib --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 98085be0..a896b2c6 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ install_requires=[ "fonttools[ufo,lxml,unicode]>=4.40.0 ; implementation_name == 'cpython'", "fonttools[ufo,unicode]>=4.40.0 ; implementation_name != 'cpython'", - "glyphsLib>=6.2.1", + "glyphsLib>=6.2.5", "ufo2ft[compreffor]>=2.32.0", "fontMath>=0.9.3", "ufoLib2>=0.14.0",