Skip to content

Commit

Permalink
Update meshwell requirement from ~=1.0.7 to >=1.0.7,<1.4.0
Browse files Browse the repository at this point in the history
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...v1.3.2)

---
updated-dependencies:
- dependency-name: meshwell
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent fa45d76 commit 23479f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ docs = [
]
femwell = [
"femwell~=0.1.11",
"meshwell~=1.0.7"
"meshwell>=1.0.7,<1.4.0"
]
gfviz = [
"jinja2",
Expand All @@ -83,7 +83,7 @@ gmsh = [
"pyvista<=0.43.8",
"trimesh",
"shapely",
"meshwell~=1.0.7"
"meshwell>=1.0.7,<1.4.0"
]
klayout = [
"klayout",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 23479f8

Please sign in to comment.