Skip to content

Commit 7ddc812

Browse files
authored
Merge pull request #713 from gdsfactory/dependabot/pip/sax-gte-0.16.3-and-lt-0.18.0
build(deps-dev): update sax requirement from ~=0.16.3 to >=0.16.3,<0.18.0
2 parents a8781d3 + 7e6e666 commit 7ddc812

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ gfviz = ["jinja2", "fastapi", "shapely", "natsort"]
5151
klayout = ["klayout", "pyvis<=0.3.2", "vlsir", "vlsirtools", "gitpython"]
5252
luminescent = ["luminescent>=0.2.12,<4.1.0", "sortedcontainers"]
5353
maintainer = ["mypy", "tbump", "towncrier"]
54-
meow = ["meow-sim>=0.15", "sax~=0.16.3", "tidy3d~=2.11.1"]
54+
meow = ["meow-sim>=0.15", "sax>=0.16.3,<0.18.0", "tidy3d~=2.11.1"]
5555
meshwell = ["shapely", "meshwell~=2.1.1"]
5656
path_length_analysis = ["bokeh", "numba", "shapely"]
57-
sax = ["sax~=0.16.3"]
57+
sax = ["sax>=0.16.3,<0.18.0"]
5858
schematic = ["bokeh", "ipywidgets", "natsort"]
5959
tidy3d = ["tidy3d~=2.11.1", "gdstk", "pytz"] # pin max version because tidy3d often introduces breaking API changes across minor releases
6060
vlsir = ["vlsir", "vlsirtools"]

0 commit comments

Comments
 (0)