From d93447b5d1f5592aece2b39780442e7acbb7854f Mon Sep 17 00:00:00 2001 From: Alessandro Felder Date: Wed, 28 Feb 2024 11:22:01 +0000 Subject: [PATCH] explicitly depend on meshio (#136) --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b472fa2..ea9488a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,8 +23,9 @@ classifiers = [ ] dependencies = [ - "napari>=0.4.18", "brainglobe-atlasapi>=2.0.1", + "meshio", + "napari>=0.4.18", "numpy", "qtpy", ]