Skip to content

Commit

Permalink
ENH: Remove imjoy-jupyterlab-extension pin for JupyterLab>=4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Apr 14, 2024
1 parent 35a2cb9 commit ebf35b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ Source = "https://github.com/InsightSoftwareConsortium/itkwidgets"

[project.optional-dependencies]
all = [
"imjoy-jupyterlab-extension ==0.1.13",
"imjoy-jupyterlab-extension",
"imjoy-elfinder[jupyter]",
"imjoy-jupyter-extension ==0.3.0",
"imjoy-jupyter-extension",
"aiohttp <4.0"
]
lab = [
"imjoy-jupyterlab-extension ==0.1.13",
"imjoy-jupyterlab-extension",
"imjoy-elfinder[jupyter]",
"aiohttp <4.0"
]
Expand Down

0 comments on commit ebf35b9

Please sign in to comment.