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 3cb0fe7Copy full SHA for 3cb0fe7
docs/changelog.rst
@@ -1,13 +1,17 @@
1
Changelog
2
=========
3
+
4
2.0.2
5
-----
6
Dependencies
7
~~~~~~~~~~~~
8
napari-matplotlib now adheres to `SPEC 0 <https://scientific-python.org/specs/spec-0000/>`_, and has:
9
10
- Dropped support for Python 3.9
11
- Added support for Python 3.12
12
- 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.
15
16
2.0.1
17
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