diff --git a/docs/changelog.rst b/docs/changelog.rst index ff2e60c..697e483 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,13 +1,17 @@ Changelog ========= + 2.0.2 ----- Dependencies ~~~~~~~~~~~~ napari-matplotlib now adheres to `SPEC 0 `_, and has: + - Dropped support for Python 3.9 - Added support for Python 3.12 - Added a minimum required numpy verison of 1.23 +- Pinned the maximum napari version to ``< 0.5``. + Version 3.0 of ``napari-matplotlib`` will introduce support for ``napari`` version 0.5. 2.0.1 ----- diff --git a/setup.cfg b/setup.cfg index 2b74504..073478a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,7 @@ project_urls = packages = find: install_requires = matplotlib - napari + napari<0.5 numpy>=1.23 tinycss2 python_requires = >=3.10