Skip to content

Commit 4366497

Browse files
committed
Pin max napari version
1 parent 8f06b31 commit 4366497

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/changelog.rst

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Changelog
22
=========
3+
34
2.0.2
45
-----
56
Dependencies
@@ -8,6 +9,8 @@ napari-matplotlib now adheres to `SPEC 0 <https://scientific-python.org/specs/sp
89
- Dropped support for Python 3.9
910
- Added support for Python 3.12
1011
- Added a minimum required numpy verison of 1.23
12+
- Pinned the maximum napari version to ``< 0.5``.
13+
Version 3.0 of ``napari-matplotlib`` will introduce support for ``napari`` version 0.5.
1114

1215
2.0.1
1316
-----

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ project_urls =
2828
packages = find:
2929
install_requires =
3030
matplotlib
31-
napari
31+
napari<0.5
3232
numpy>=1.23
3333
tinycss2
3434
python_requires = >=3.10

0 commit comments

Comments
 (0)