From fb29b5dcd045c44a8d3571d300bf72447ff175c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 08:34:36 +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: 3.2.3 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..40484984 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,<3.3.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"]