Skip to content

Commit a70cd37

Browse files
authored
Merge pull request #273 from dstansby/check-ci
Pin maximum napari version
2 parents 8f06b31 + 3cb0fe7 commit a70cd37

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/changelog.rst

+4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
Changelog
22
=========
3+
34
2.0.2
45
-----
56
Dependencies
67
~~~~~~~~~~~~
78
napari-matplotlib now adheres to `SPEC 0 <https://scientific-python.org/specs/spec-0000/>`_, and has:
9+
810
- Dropped support for Python 3.9
911
- Added support for Python 3.12
1012
- Added a minimum required numpy verison of 1.23
13+
- Pinned the maximum napari version to ``< 0.5``.
14+
Version 3.0 of ``napari-matplotlib`` will introduce support for ``napari`` version 0.5.
1115

1216
2.0.1
1317
-----

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)