Skip to content

Commit

Permalink
Use tilde requirement for gdsfactory
Browse files Browse the repository at this point in the history
Right now the requirement specification for gdsfactory is too strict, making it hard to install this pdk alongside others, for example. Using a tilde operator will relax the requirement
  • Loading branch information
tvt173 authored May 13, 2024
1 parent 10b75fb commit d60e319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ classifiers = [
"Operating System :: OS Independent"
]
dependencies = [
"gdsfactory==7.26.0",
"gdsfactory~=7.26.0",
"PySpice"
]
description = "skywater130 pdk"
Expand Down

0 comments on commit d60e319

Please sign in to comment.