We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18f760d + d0a3e83 commit 9ac4ff1Copy full SHA for 9ac4ff1
docs/changelog.rst
@@ -1,6 +1,13 @@
1
Changelog
2
=========
3
4
+1.0.1
5
+-----
6
+Bug fixes
7
+~~~~~~~~~
8
+- Pinned that maximum version of `napari` to 0.4.17, since ``napari-matplotlib``
9
+ does not yet work with ``napari`` 0.4.18.
10
+
11
1.0.0
12
-----
13
setup.cfg
@@ -28,7 +28,7 @@ project_urls =
28
packages = find:
29
install_requires =
30
matplotlib
31
- napari
+ napari<0.4.18
32
numpy
33
tinycss2
34
python_requires = >=3.8
0 commit comments