From 7bdd4a0fa31538fcd7f41c53cfe2bcd292082555 Mon Sep 17 00:00:00 2001 From: Christina Bukas Date: Wed, 7 Sep 2022 15:22:24 +0200 Subject: [PATCH] update to latest napari version in setup --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index acae16c..35863da 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,8 +33,8 @@ python_requires = >=3.8, <3.10 setup_requires = setuptools_scm # add your package requirements here install_requires = - napari[all]==0.4.15 - napari-aicsimageio==0.6.1 + napari[all]>=0.4.15 + napari-aicsimageio>=0.6.1 [options.extras_require] testing =