From 2a41bedc51f71e1b1668201c6c13c85694d60561 Mon Sep 17 00:00:00 2001 From: gibsongreen Date: Wed, 8 Jan 2025 10:21:39 -0500 Subject: [PATCH] update glue pin --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 39a7adfc47..27d9e3a571 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "traitlets>=5.0.5", "bqplot>=0.12.37", "bqplot-image-gl>=1.4.11", - "glue-core>=1.20.0", + "glue-core @ git+https://github.com/glue-viz/glue.git@refs/pull/2515/head#egg=glue-core", "glue-jupyter>=0.22.1", "echo>=0.5.0", "ipykernel>=6.19.4",