Skip to content

Commit c90742d

Browse files
authored
Bump ndev-settings to fix preferred reader setting (#57)
Nullable wasn't an option but 0.4.1 ndev-settings fixes it. Now the setting can properly be nullable instead of the first choice
1 parent 5f401b1 commit c90742d

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
@@ -29,7 +29,7 @@ requires-python = ">=3.11"
2929
# See best practices: https://napari.org/stable/plugins/building_a_plugin/best_practices.html
3030
dependencies = [
3131
"napari",
32-
"ndev-settings>=0.4.0",
32+
"ndev-settings>=0.4.1",
3333
"nbatch>=0.0.4",
3434
"natsort",
3535
"magicgui",

0 commit comments

Comments
 (0)