From cda0e03ffdd25785177e074e4ca26cb8e33e9132 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 07:47:19 +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.8) --- 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 529479df..8d658dfb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ docs = [ ] femwell = [ "femwell~=0.1.11", - "meshwell~=1.0.7" + "meshwell>=1.0.7,<1.4.0" ] gfviz = [ "jinja2", @@ -75,7 +75,7 @@ gmsh = [ "pyvista<=0.43.8", "trimesh", "shapely", - "meshwell~=1.0.7" + "meshwell>=1.0.7,<1.4.0" ] klayout = [ "klayout", @@ -116,7 +116,7 @@ tidy3d = [ "tidy3d>=2.7.8,<2.8", "meshio", "numpy", - "meshwell~=1.0.7" + "meshwell>=1.0.7,<1.4.0" ] vlsir = [ "vlsir",