Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
Changelog
=========

2.0.2
-----
Dependencies
~~~~~~~~~~~~
napari-matplotlib now adheres to `SPEC 0 <https://scientific-python.org/specs/spec-0000/>`_, 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
-----
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ project_urls =
packages = find:
install_requires =
matplotlib
napari
napari<0.5
numpy>=1.23
tinycss2
python_requires = >=3.10
Expand Down
Loading