Skip to content

Commit c8eedb0

Browse files
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](simbilod/meshwell@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] <support@github.com>
1 parent 479eda2 commit c8eedb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ docs = [
4646
"bokeh",
4747
"scikit-learn"
4848
]
49-
femwell = ["femwell~=0.1.11", "meshwell~=1.0.7"]
49+
femwell = ["femwell~=0.1.11", "meshwell>=1.0.7,<2.1.0"]
5050
gfviz = ["jinja2", "fastapi", "shapely", "natsort"]
5151
gmsh = [
5252
"gmsh==4.13.0",
@@ -57,7 +57,7 @@ gmsh = [
5757
"pyvista<=0.43.8",
5858
"trimesh",
5959
"shapely",
60-
"meshwell~=1.0.7"
60+
"meshwell>=1.0.7,<2.1.0"
6161
]
6262
klayout = ["klayout", "pyvis<=0.3.1", "vlsir", "vlsirtools"]
6363
luminescent = ["luminescent>=0.2.12,<0.4.0", "sortedcontainers"]

0 commit comments

Comments
 (0)