Skip to content

Commit 1018156

Browse files
authored
Merge pull request #741 from thewtex/imjoy-jupyterlab-bump
ENH: Remove imjoy-jupyterlab-extension pin for JupyterLab>=4 support
2 parents 35a2cb9 + ebf35b9 commit 1018156

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@ Source = "https://github.com/InsightSoftwareConsortium/itkwidgets"
6161

6262
[project.optional-dependencies]
6363
all = [
64-
"imjoy-jupyterlab-extension ==0.1.13",
64+
"imjoy-jupyterlab-extension",
6565
"imjoy-elfinder[jupyter]",
66-
"imjoy-jupyter-extension ==0.3.0",
66+
"imjoy-jupyter-extension",
6767
"aiohttp <4.0"
6868
]
6969
lab = [
70-
"imjoy-jupyterlab-extension ==0.1.13",
70+
"imjoy-jupyterlab-extension",
7171
"imjoy-elfinder[jupyter]",
7272
"aiohttp <4.0"
7373
]

0 commit comments

Comments
 (0)