Skip to content

Commit 506dd47

Browse files
Update meshwell requirement from ~=2.1.1 to >=2.1.1,<2.4.0
Updates the requirements on [meshwell](https://github.com/simbilod/meshwell) to permit the latest version. - [Changelog](https://github.com/simbilod/meshwell/blob/main/docs/changelog.md) - [Commits](simbilod/meshwell@v2.1.1...v2.3.3) --- updated-dependencies: - dependency-name: meshwell dependency-version: 2.3.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c3e07ef commit 506dd47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ docs = [
4646
"bokeh",
4747
"scikit-learn"
4848
]
49-
femwell = ["femwell~=0.1.11", "meshwell~=2.1.1"]
49+
femwell = ["femwell~=0.1.11", "meshwell>=2.1.1,<2.4.0"]
5050
gfviz = ["jinja2", "fastapi", "shapely", "natsort"]
5151
klayout = ["klayout", "pyvis<=0.3.1", "vlsir", "vlsirtools", "gitpython"]
5252
luminescent = ["luminescent>=0.2.12,<0.4.0", "sortedcontainers"]
5353
maintainer = ["mypy", "tbump", "towncrier"]
5454
meow = ["meow-sim>=0.14.1,<0.15", "sax~=0.16.3", "tidy3d>=2.8.2,<2.9"]
55-
meshwell = ["shapely", "meshwell~=2.1.1"]
55+
meshwell = ["shapely", "meshwell>=2.1.1,<2.4.0"]
5656
path_length_analysis = ["bokeh", "numba", "shapely"]
5757
sax = ["sax~=0.16.3"]
5858
schematic = ["bokeh", "ipywidgets", "natsort"]

0 commit comments

Comments
 (0)