Skip to content

Commit

Permalink
Merge pull request #162 from simbilod/patch-2
Browse files Browse the repository at this point in the history
pin gmsh due to recent update causing capacitor example to kill the kernel
  • Loading branch information
HelgeGehring authored May 28, 2024
2 parents 8483e68 + 6f19c9d commit f7c9dc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Documentation = "https://HelgeGehring.github.io/femwell/"
[tool.poetry.dependencies]
python = ">=3.8"
scikit-fem = ">=8.1.0"
gmsh = "*"
gmsh = "4.13.0"
pygmsh = "*"
matplotlib = "*"
meshwell = ">=1.0.2"
Expand All @@ -47,4 +47,4 @@ jupytext = "*"
pandas = "*"

[tool.black]
line-length = 100
line-length = 100

0 comments on commit f7c9dc8

Please sign in to comment.