From f0d2450475068a862173bf9429d037ee601383ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 13:48:24 +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/docs/changelog.md) - [Commits](https://github.com/gdsfactory/gplugins/compare/v0.0.3...v0.1.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 56f9f3c6..854ae574 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ ] dependencies = [ "gdsfactory[cad]>=7.1.1,<7.2.0", - "gplugins[tidy3d,sax,schematic]>=0.0.3,<0.1.0" + "gplugins[tidy3d,sax,schematic]>=0.0.3,<0.2.0" ] description = "ubcpdk pdk" keywords = ["python"]