From 3354cb3bbd01c920a2a429b17ef3c92073ab497e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 13:12:04 +0000 Subject: [PATCH] Update gplugins[sax,schematic,tidy3d] requirement Updates the requirements on [gplugins[sax,schematic,tidy3d]](https://github.com/gdsfactory/gplugins) to permit the latest version. - [Release notes](https://github.com/gdsfactory/gplugins/releases) - [Changelog](https://github.com/gdsfactory/gplugins/blob/main/CHANGELOG.md) - [Commits](https://github.com/gdsfactory/gplugins/compare/v0.5.0...v0.7.0) --- updated-dependencies: - dependency-name: gplugins[sax,schematic,tidy3d] 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 995865b5..5a59ace1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ ] dependencies = [ "gdsfactory[cad]==7.4.6", - "gplugins[tidy3d,sax,schematic]>=0.5.0,<0.6.0" + "gplugins[tidy3d,sax,schematic]>=0.5.0,<0.8.0" ] description = "ubcpdk pdk" keywords = ["python"]