From 6f19c9d2a388e24a7fce083aea6471b4d7c7f3d2 Mon Sep 17 00:00:00 2001 From: Simon Bilodeau <46427609+simbilod@users.noreply.github.com> Date: Mon, 27 May 2024 22:04:57 -0700 Subject: [PATCH] pin gmsh due to recent update causing capacitor example to kill the kernel --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 44bd60c3..41be180b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" @@ -47,4 +47,4 @@ jupytext = "*" pandas = "*" [tool.black] -line-length = 100 \ No newline at end of file +line-length = 100