Skip to content

Commit

Permalink
Merge pull request #273 from dstansby/check-ci
Browse files Browse the repository at this point in the history
Pin maximum napari version
  • Loading branch information
dstansby authored Jul 12, 2024
2 parents 8f06b31 + 3cb0fe7 commit a70cd37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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

0 comments on commit a70cd37

Please sign in to comment.