From 522b05a857d9f44788997088d143972cf421e931 Mon Sep 17 00:00:00 2001 From: Paul Elliott Date: Tue, 28 Nov 2023 10:36:31 -0500 Subject: [PATCH] BUILD: pin imjoy-jupyterlab-extension for optional lab to 0.1.13 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a2c370af..4b38330c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ all = [ "aiohttp <4.0" ] lab = [ - "imjoy-jupyterlab-extension >=0.1.13", + "imjoy-jupyterlab-extension ==0.1.13", "imjoy-elfinder[jupyter]", "aiohttp <4.0" ]