From 238b761855979b89b0da5a9ba84069c01618ae5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 03:36:22 +0000 Subject: [PATCH] build(pip): update tidy3d requirement from <2.9,>=2.8.3 to >=2.8.3,<2.11 Updates the requirements on [tidy3d](https://github.com/flexcompute/tidy3d) to permit the latest version. - [Release notes](https://github.com/flexcompute/tidy3d/releases) - [Changelog](https://github.com/flexcompute/tidy3d/blob/develop/CHANGELOG.md) - [Commits](https://github.com/flexcompute/tidy3d/compare/v2.8.3...v2.10.0) --- updated-dependencies: - dependency-name: tidy3d dependency-version: 2.10.0 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 10da42a..ab7832e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ # ──────────────── optional feature / tool sets ──────────────── [project.optional-dependencies] -tidy3d = ["tidy3d>=2.8.3,<2.9"] # enables gds_fdtd.t3d_tools +tidy3d = ["tidy3d>=2.8.3,<2.11"] # enables gds_fdtd.t3d_tools gdsfactory = ["gdsfactory>=9.5.7,<10"] prefab = ["prefab>=1.2.0"] siepic = ["SiEPIC>=0.5.25"]