Skip to content

Commit

Permalink
fixed dependencies in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeGehring committed Jul 30, 2019
1 parent fd54d6e commit d8225c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gdshelpers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

configuration = _Configuration()

__version__ = '1.0.1'
__version__ = '1.0.2'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
description='A simple Python package for creating or reading GDSII/OASIS layout files.',
long_description=long_description,
long_description_content_type='text/markdown',
requires=['matplotlib', 'numpy', 'shapely', 'scipy'],
install_requires=['matplotlib', 'numpy', 'shapely', 'scipy'],
extras_require={
'gdspy_export': ['gdspy(>=1.3.1)'],
'gdscad_export': ['gdscad'],
Expand Down

0 comments on commit d8225c3

Please sign in to comment.