Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f06b31 commit 4366497Copy full SHA for 4366497
docs/changelog.rst
@@ -1,5 +1,6 @@
1
Changelog
2
=========
3
+
4
2.0.2
5
-----
6
Dependencies
@@ -8,6 +9,8 @@ napari-matplotlib now adheres to `SPEC 0 <https://scientific-python.org/specs/sp
8
9
- Dropped support for Python 3.9
10
- Added support for Python 3.12
11
- 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.
14
15
2.0.1
16
setup.cfg
@@ -28,7 +28,7 @@ project_urls =
28
packages = find:
29
install_requires =
30
matplotlib
31
- napari
+ napari<0.5
32
numpy>=1.23
33
tinycss2
34
python_requires = >=3.10
0 commit comments