Skip to content

Commit 296cbc2

Browse files
exclude napari 0.6.0, enforce >=0.5 (#211)
1 parent f3d888c commit 296cbc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
"brainglobe-atlasapi >=2.0.1",
2323
"brainglobe-napari-io >=0.3.0",
2424
"brainglobe-utils >=0.5.0",
25-
"napari >=0.4.5,<0.6.0",
25+
"napari >=0.5,!=0.6.0",
2626
"numpy",
2727
"pandas[hdf5]",
2828
"qtpy",

0 commit comments

Comments
 (0)