From 3f358d0a88e6398639d04c6c94b4755ff2626d34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 10:54:59 +0000 Subject: [PATCH] build(deps-dev): update meshwell requirement 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](https://github.com/simbilod/meshwell/compare/v2.1.1...v2.3.6) --- updated-dependencies: - dependency-name: meshwell dependency-version: 2.3.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d8cf6f02..83786650 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,13 +46,13 @@ docs = [ "bokeh", "scikit-learn" ] -femwell = ["femwell~=0.1.11", "meshwell~=2.1.1"] +femwell = ["femwell~=0.1.11", "meshwell>=2.1.1,<2.4.0"] gfviz = ["jinja2", "fastapi", "shapely", "natsort"] klayout = ["klayout", "pyvis<=0.3.2", "vlsir", "vlsirtools", "gitpython"] luminescent = ["luminescent>=0.2.12,<4.1.0", "sortedcontainers"] maintainer = ["mypy", "tbump", "towncrier"] meow = ["meow-sim>=0.15", "sax~=0.17.0", "tidy3d~=2.11.1"] -meshwell = ["shapely", "meshwell~=2.1.1"] +meshwell = ["shapely", "meshwell>=2.1.1,<2.4.0"] path_length_analysis = ["bokeh", "numba", "shapely"] sax = ["sax~=0.17.0"] schematic = ["bokeh", "ipywidgets", "natsort"]