Min python version to 3.8

This commit is contained in:
Jan Petykiewicz 2022-08-18 23:00:45 -07:00 committed by jan
parent 5b5cbe94d3
commit 79d0373eeb

View File

@ -13,7 +13,7 @@ E-beam doses, and the ability to output to multiple formats.
## Installation ## Installation
Requirements: Requirements:
* python >= 3.7 (written and tested with 3.8) * python >= 3.8
* numpy * numpy
* klamath (used for `gdsii` i/o and library management) * klamath (used for `gdsii` i/o and library management)
* matplotlib (optional, used for `visualization` functions and `text`) * matplotlib (optional, used for `visualization` functions and `text`)