Skip to content

Commit

Permalink
pin gmsh due to recent update causing capacitor example to kill the k…
Browse files Browse the repository at this point in the history
…ernel
  • Loading branch information
simbilod authored May 28, 2024
1 parent 8483e68 commit 6f19c9d
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 6f19c9d

Please sign in to comment.