Remove pyclipper dependency; remove shape.cut()

This commit is contained in:
Jan Petykiewicz 2018-11-13 23:32:26 -08:00
commit ab483fc9d4
5 changed files with 32 additions and 59 deletions

View file

@ -11,7 +11,6 @@ E-beam doses, and the ability to output to multiple formats.
Requirements:
* python >= 3.5 (written and tested with 3.6)
* numpy
* pyclipper
* matplotlib (optional, used for visualization functions and text)
* python-gdsii (optional, used for gdsii i/o)
* svgwrite (optional, used for svg output)