Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3cb0fe7

Browse filesBrowse files
committed
Pin max napari version
1 parent 8f06b31 commit 3cb0fe7
Copy full SHA for 3cb0fe7

File tree

2 files changed

+5
-1
lines changed
Filter options

2 files changed

+5
-1
lines changed

‎docs/changelog.rst

Copy file name to clipboardExpand all lines: docs/changelog.rst
+4Lines changed: 4 additions & 0 deletions
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

Copy file name to clipboardExpand all lines: setup.cfg
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.