We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18f760d commit 4d8cf5eCopy full SHA for 4d8cf5e
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