Skip to content

Commit

Permalink
Merge pull request #747 from thewtex/label-float
Browse files Browse the repository at this point in the history
BUG: Add notebook>=7 as a dep for [notebook] installation option
  • Loading branch information
thewtex authored Apr 19, 2024
2 parents e1b2ddc + f7e5fe8 commit bfc5336
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ cli = [

notebook = [
"imjoy-jupyterlab-extension",
"imjoy-elfinder[jupyter]"
"imjoy-elfinder[jupyter]",
"notebook >= 7"
]
test = [
"pytest >=2.7.3",
Expand Down

0 comments on commit bfc5336

Please sign in to comment.