Skip to content

Commit 7e6e666

Browse files
build(deps-dev): update sax requirement
Updates the requirements on [sax](https://github.com/flaport/sax) to permit the latest version. - [Release notes](https://github.com/flaport/sax/releases) - [Changelog](https://github.com/flaport/sax/blob/main/CHANGELOG.md) - [Commits](flaport/sax@0.16.3...0.17.0) --- updated-dependencies: - dependency-name: sax dependency-version: 0.17.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a8781d3 commit 7e6e666

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)