From 357c49016d0a2d2834ac55d986542efbdb334cee Mon Sep 17 00:00:00 2001 From: jaseg Date: Tue, 14 Nov 2023 22:05:28 +0100 Subject: Bump required gerbonara version to v1.2.0 gerbonara v1.2.0 lands a fix for extremely broken aperture macro parsing at certain cheap PCB fab houses. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5a380fa..d1998a4 100755 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ setup( }, author = 'jaseg', author_email = 'gerbonara@jaseg.de', - install_requires = ['gerbonara >= 1.1.0', 'beautifulsoup4', 'numpy', 'python-slugify', 'lxml', 'click', 'svg-flatten-wasi'], + install_requires = ['gerbonara >= 1.2.0', 'beautifulsoup4', 'numpy', 'python-slugify', 'lxml', 'click', 'svg-flatten-wasi'], license = 'AGPLv3', classifiers = [ 'Development Status :: 5 - Production/Stable', -- cgit