From 7c2bd5f3fa1a8d71a85ed02e65961c4f19eba89f Mon Sep 17 00:00:00 2001 From: Alessandro Felder Date: Thu, 18 Jul 2024 09:55:10 +0100 Subject: [PATCH] Depend on napari>=0.5 (#42) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2e377cf..82ecbfc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ "Topic :: Scientific/Engineering :: Image Processing", ] requires-python = ">=3.9" -dependencies = ["numpy", "napari", "magicgui", "pyqt5", "qtpy", "scikit-image"] +dependencies = ["numpy", "napari>=0.5", "magicgui", "pyqt5", "qtpy", "scikit-image"] dynamic = ["version"] [project.entry-points."napari.manifest"]