From 0733cfc2caea7bd82f7e55d1209200bcfb93d683 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Wed, 6 Sep 2023 12:57:03 -0400 Subject: [PATCH] MNT: Bump glue-jupyter minversion that can use this new tool --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4c45416249..dddb479898 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "bqplot>=0.12.37", "bqplot-image-gl>=1.4.11", "glue-core>=1.11", - "glue-jupyter>=0.17", + "glue-jupyter>=0.18", "echo>=0.5.0", "ipykernel>=6.19.4", "ipyvue>=1.6",