require klamath > 0.3
This commit is contained in:
parent
b9322be77f
commit
12f158ad3c
2
setup.py
2
setup.py
@ -27,7 +27,7 @@ setup(name='masque',
|
|||||||
],
|
],
|
||||||
extras_require={
|
extras_require={
|
||||||
'gdsii': ['python-gdsii'],
|
'gdsii': ['python-gdsii'],
|
||||||
'klamath': ['klamath'],
|
'klamath': ['klamath>=0.3'],
|
||||||
'oasis': ['fatamorgana>=0.7'],
|
'oasis': ['fatamorgana>=0.7'],
|
||||||
'dxf': ['ezdxf'],
|
'dxf': ['ezdxf'],
|
||||||
'svg': ['svgwrite'],
|
'svg': ['svgwrite'],
|
||||||
|
Loading…
Reference in New Issue
Block a user