From 114f17398fb517b266b70dcb075a2f2c4a3385c4 Mon Sep 17 00:00:00 2001 From: Henrik Finsberg Date: Tue, 17 Dec 2024 21:52:52 +0100 Subject: [PATCH] Remove h5py from exaple --- examples/synthseg.ipynb | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/synthseg.ipynb b/examples/synthseg.ipynb index c8426ad..38537ef 100644 --- a/examples/synthseg.ipynb +++ b/examples/synthseg.ipynb @@ -21,7 +21,6 @@ "source": [ "from pathlib import Path\n", "import mri2mesh\n", - "import h5py\n", "import numpy as np\n", "import pyvista as pv\n", "\n",