From 4d8cf5eb9dbac715b9b5b7f573dbcb1a8bb73587 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Fri, 21 Jul 2023 09:15:51 +0100 Subject: [PATCH 1/2] Pin max verison of napari --- docs/changelog.rst | 7 +++++++ setup.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 64771d30..574cd02e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,13 @@ Changelog ========= +1.0.1 +----- +Bug fixes +~~~~~~~~~ +- Pinned that maximum version of `napari` to 0.4.17, since `napari-matplotlib` + does not yet work with `napari 0.4.18`. + 1.0.0 ----- diff --git a/setup.cfg b/setup.cfg index b03f446c..dfd52347 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,7 @@ project_urls = packages = find: install_requires = matplotlib - napari + napari<0.4.18 numpy tinycss2 python_requires = >=3.8 From d0a3e830fcd02bda0851e4228ddf5dbf289709f2 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Fri, 21 Jul 2023 09:26:48 +0100 Subject: [PATCH 2/2] Fix changelog --- docs/changelog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 574cd02e..a31a0d3a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,8 +5,8 @@ Changelog ----- Bug fixes ~~~~~~~~~ -- Pinned that maximum version of `napari` to 0.4.17, since `napari-matplotlib` - does not yet work with `napari 0.4.18`. +- Pinned that maximum version of `napari` to 0.4.17, since ``napari-matplotlib`` + does not yet work with ``napari`` 0.4.18. 1.0.0 -----