From 92af82cb3f0725d5c4405cb885f941bac6d8a76b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 16:14:23 +0000 Subject: [PATCH] Update tidy3d requirement from <2.9,>=2.8.2 to >=2.8.2,<2.10 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.2...v2.9.0) --- updated-dependencies: - dependency-name: tidy3d dependency-version: 2.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e87d0653..7ce21be2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dev = [ "pytest-cov", "pytest_regressions" ] -devsim = ["devsim", "pyvista<=0.43.8", "tidy3d>=2.8.2,<2.9"] +devsim = ["devsim", "pyvista<=0.43.8", "tidy3d>=2.8.2,<2.10"] docs = [ "jupytext", "matplotlib", @@ -65,12 +65,12 @@ maintainer = ["mypy", "tbump", "towncrier"] meow = [ "meow-sim>=0.14.1,<0.15", "sax>=0.15.6,<0.16.0", - "tidy3d>=2.8.2,<2.9" + "tidy3d>=2.8.2,<2.10" ] path_length_analysis = ["bokeh", "numba", "shapely"] sax = ["sax>=0.15.6,<0.16.0"] schematic = ["bokeh", "ipywidgets", "natsort"] -tidy3d = ["tidy3d>=2.8.2,<2.9", "gdstk"] +tidy3d = ["tidy3d>=2.8.2,<2.10", "gdstk"] vlsir = ["vlsir", "vlsirtools"] [tool.codespell]