From 4cb13e1ac55b7572436665e2dbb77d3e362acce6 Mon Sep 17 00:00:00 2001 From: Helge Gehring <42973196+HelgeGehring@users.noreply.github.com> Date: Wed, 18 Oct 2023 13:44:35 -0700 Subject: [PATCH] update meshwell --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 15402175..1cf7eca9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ scikit-fem = ">=8.1.0" gmsh = "*" pygmsh = "*" matplotlib = "*" -meshwell = "1.0.2" +meshwell = ">=1.0.3" [tool.poetry.group.test.dependencies] pytest = "*"