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",