Skip to content

Commit bfc5336

Browse files
authored
Merge pull request #747 from thewtex/label-float
BUG: Add notebook>=7 as a dep for [notebook] installation option
2 parents e1b2ddc + f7e5fe8 commit bfc5336

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ cli = [
8282

8383
notebook = [
8484
"imjoy-jupyterlab-extension",
85-
"imjoy-elfinder[jupyter]"
85+
"imjoy-elfinder[jupyter]",
86+
"notebook >= 7"
8687
]
8788
test = [
8889
"pytest >=2.7.3",

0 commit comments

Comments
 (0)