Skip to content

Commit

Permalink
fix setup dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafacc committed Mar 7, 2024
1 parent fb1bcc7 commit 62bbf08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
with open('HISTORY.rst') as history_file:
history = history_file.read()

requirements = [ ]
requirements = ['tidy3d', 'numpy', 'pyyaml', 'klayout', 'gdsfactory']

test_requirements = ['pytest>=3', ]

Expand Down Expand Up @@ -44,6 +44,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/mustafacc/gds_tidy3d',
version='0.1.0',
version='0.2.0',
zip_safe=False,
)

0 comments on commit 62bbf08

Please sign in to comment.