Skip to content

Commit 0979ea0

Browse files
Pin napari (#237)
1 parent 68cd36b commit 0979ea0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ napari = [
3434
"brainglobe-segmentation >= 1.0.0",
3535
"magicgui",
3636
"napari-plugin-engine >= 0.1.4",
37-
"napari[pyqt5]",
37+
"napari[pyqt5]<0.6.0",
3838
"pooch>1", # For sample data
3939
"qtpy",
4040
]
4141
dev = [
4242
"black",
4343
"check-manifest",
4444
"gitpython",
45-
"napari[pyqt5]",
45+
"napari[pyqt5]<0.6.0",
4646
"pre-commit",
4747
"pytest-cov",
4848
"pytest-qt",

0 commit comments

Comments
 (0)