From ebf35b9569522980cbee25da6f07996353e7a32b Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Sun, 14 Apr 2024 15:30:41 -0400 Subject: [PATCH] ENH: Remove imjoy-jupyterlab-extension pin for JupyterLab>=4 support Addressed with: https://github.com/imjoy-team/imjoy-jupyterlab-extension/pull/7 --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a9b9d402..05865dce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" ]