From 667386b7a4e27eaf737cd09f85422ace63609834 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 06:16:31 +0000 Subject: [PATCH] Update luminescent requirement from <0.4.0,>=0.2.12 to >=0.2.12,<1.1.0 Updates the requirements on luminescent to permit the latest version. --- updated-dependencies: - dependency-name: luminescent dependency-version: 1.0.39 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f3f8ae4d..677f1ff1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ gmsh = [ "meshwell~=1.0.7" ] klayout = ["klayout", "pyvis<=0.3.1", "vlsir", "vlsirtools"] -luminescent = ["luminescent>=0.2.12,<0.4.0", "sortedcontainers"] +luminescent = ["luminescent>=0.2.12,<1.1.0", "sortedcontainers"] maintainer = ["mypy", "tbump", "towncrier"] meow = [ "meow-sim>=0.14.1,<0.15",