From faa0cd3d82efec242333dd9ac11c3a3a93541750 Mon Sep 17 00:00:00 2001 From: Daniel Shapero Date: Thu, 22 Aug 2024 20:47:44 -0700 Subject: [PATCH] Use our fork of meshio --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1cb4e70a5..9f80de58c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "pooch", "gmsh", "pygmsh<=6.1.1", - "meshio>=3.3.1", + "meshio@git+https://github.com/icepack/meshio.git@v4.4.7", "MeshPy", "tqdm", "roltrilinos@git+https://github.com/icepack/Trilinos",