From 764c45ed2bcf6996012252bd567ddfbba8ee5886 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 07:51:09 +0000 Subject: [PATCH] Update meshwell requirement from ~=1.0.7 to >=1.0.7,<2.2.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.1.0) --- updated-dependencies: - dependency-name: meshwell dependency-version: 2.1.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 c2899dc4..6aacf9ee 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.2.0"] gfviz = ["jinja2", "fastapi", "shapely", "natsort"] gmsh = [ "gmsh==4.14.0", @@ -57,7 +57,7 @@ gmsh = [ "pyvista<=0.46.0", "trimesh", "shapely", - "meshwell~=1.0.7" + "meshwell>=1.0.7,<2.2.0" ] klayout = ["klayout", "pyvis<=0.3.1", "vlsir", "vlsirtools"] luminescent = ["luminescent>=0.2.12,<0.4.0", "sortedcontainers"]