From 26b17064a201e203569ce691aec6ed51986c1839 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 07:06:34 +0000 Subject: [PATCH] build(deps-dev): update luminescent requirement Updates the requirements on luminescent to permit the latest version. --- updated-dependencies: - dependency-name: luminescent dependency-version: 4.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5c2d88cd..21c6f165 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ docs = [ femwell = ["femwell~=0.1.11", "meshwell~=2.1.1"] gfviz = ["jinja2", "fastapi", "shapely", "natsort"] klayout = ["klayout", "pyvis<=0.3.2", "vlsir", "vlsirtools", "gitpython"] -luminescent = ["luminescent>=0.2.12,<0.4.0", "sortedcontainers"] +luminescent = ["luminescent>=0.2.12,<4.1.0", "sortedcontainers"] maintainer = ["mypy", "tbump", "towncrier"] meow = ["meow-sim>=0.15", "sax~=0.16.3", "tidy3d~=2.11.1"] meshwell = ["shapely", "meshwell~=2.1.1"]