From 4b766d60c4f165b66ec6788540819cebac00fd70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Aug 2025 18:57:01 +0000 Subject: [PATCH] Update meshwell requirement from ~=1.0.7 to >=1.0.7,<2.1.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...v2.0.0) --- updated-dependencies: - dependency-name: meshwell dependency-version: 2.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c5ba484f..e0a1096c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ docs = [ "bokeh", "scikit-learn" ] -femwell = ["femwell~=0.1.11", "meshwell~=1.0.7"] +femwell = ["femwell~=0.1.11", "meshwell>=1.0.7,<2.1.0"] gfviz = ["jinja2", "fastapi", "shapely", "natsort"] gmsh = [ "gmsh==4.14.0", @@ -57,7 +57,7 @@ gmsh = [ "pyvista<=0.43.8", "trimesh", "shapely", - "meshwell~=1.0.7" + "meshwell>=1.0.7,<2.1.0" ] klayout = ["klayout", "pyvis<=0.3.1", "vlsir", "vlsirtools"] luminescent = ["luminescent>=0.2.12,<0.4.0", "sortedcontainers"]