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