From 75588ded4ac0dbf5b061984393f9dc1c7388b9b4 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Thu, 11 Jan 2024 11:58:44 +0000 Subject: [PATCH 1/2] Try and bump doc build napari pin --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f308412..fa8b239 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,7 +47,7 @@ napari.manifest = [options.extras_require] docs = - napari[all]==0.4.17 + napari[all]==0.4.18 numpydoc pydantic<2 pydata-sphinx-theme From f06d31d250fcb1657e219171d5ce19d2c5db173f Mon Sep 17 00:00:00 2001 From: David Stansby Date: Sat, 13 Jan 2024 12:21:01 +0000 Subject: [PATCH 2/2] Try napari 0.4.19rc3 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index fa8b239..312ffaa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,7 +47,7 @@ napari.manifest = [options.extras_require] docs = - napari[all]==0.4.18 + napari[all]==0.4.19rc3 numpydoc pydantic<2 pydata-sphinx-theme