From 2692c80575a8b1f736ef339140cba054d5dfd947 Mon Sep 17 00:00:00 2001 From: chavlin Date: Thu, 11 Jul 2024 12:40:30 -0500 Subject: [PATCH 1/2] force napari >= 0.5 for test --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 0d442e6..2eb7c45 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,7 +29,7 @@ project_urls = packages = find: install_requires = magicgui>=0.6.1 - napari>=0.4.19 + napari>=0.5.0 numpy packaging pydantic>2.0 From e05ce981cbb18fe1dcf16ce252291c91ac481619 Mon Sep 17 00:00:00 2001 From: chavlin Date: Thu, 11 Jul 2024 16:24:19 -0500 Subject: [PATCH 2/2] bump in tox ini to be sure... --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 00271d8..3a2a0e3 100644 --- a/tox.ini +++ b/tox.ini @@ -29,7 +29,7 @@ passenv = deps = pytest # https://docs.pytest.org/en/latest/contents.html pytest-cov # https://pytest-cov.readthedocs.io/en/latest/ - napari>=0.4.19 + napari>=0.5.0 pydantic>=2.0 magicgui pytest-qt