From 23479f82d4807b6f71352e5cd4f2b8000cc48b52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 07:54:44 +0000 Subject: [PATCH] Update meshwell requirement from ~=1.0.7 to >=1.0.7,<1.4.0 Updates the requirements on [meshwell](https://github.com/simbilod/meshwell) to permit the latest version. - [Changelog](https://github.com/simbilod/meshwell/blob/main/docs/changelog.md) - [Commits](https://github.com/simbilod/meshwell/compare/v1.0.7...v1.3.2) --- updated-dependencies: - dependency-name: meshwell 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 9bef5a63..7194dbdb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ docs = [ ] femwell = [ "femwell~=0.1.11", - "meshwell~=1.0.7" + "meshwell>=1.0.7,<1.4.0" ] gfviz = [ "jinja2", @@ -83,7 +83,7 @@ gmsh = [ "pyvista<=0.43.8", "trimesh", "shapely", - "meshwell~=1.0.7" + "meshwell>=1.0.7,<1.4.0" ] klayout = [ "klayout", @@ -112,7 +112,7 @@ schematic = [ tidy3d = [ "tidy3d>=2.5.2,<2.8", "meshio", - "meshwell~=1.0.7" + "meshwell>=1.0.7,<1.4.0" ] vlsir = [ "vlsir~=6.0",