Skip to content

Commit 9ac4ff1

Browse files
authored
Merge pull request #189 from dstansby/pin-napari
Pin max verison of napari
2 parents 18f760d + d0a3e83 commit 9ac4ff1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: docs/changelog.rst

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

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+
411
1.0.0
512
-----
613

Diff for: setup.cfg

+1-1
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.4.18
3232
numpy
3333
tinycss2
3434
python_requires = >=3.8

0 commit comments

Comments
 (0)