Skip to content

Commit

Permalink
Bump required gerbonara version to v1.2.0
Browse files Browse the repository at this point in the history
gerbonara v1.2.0 lands a fix for extremely broken aperture macro parsing
at certain cheap PCB fab houses.
  • Loading branch information
jaseg committed Nov 14, 2023
1 parent 2384f4f commit 357c490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def format_readme_for_pypi():
},
author = 'jaseg',
author_email = '[email protected]',
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',
Expand Down

0 comments on commit 357c490

Please sign in to comment.