From c3ef0b1cdde423a825e4be6b61f827844cdcebaa Mon Sep 17 00:00:00 2001 From: Ricky O'Steen Date: Tue, 21 Jan 2025 10:48:18 -0500 Subject: [PATCH] Bump glue-core pin to last bugfix release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 91e2654d6a..a4eb5ad1c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "matplotlib>=3.6", "traitlets>=5.0.5", "bqplot>=0.12.37", - "glue-core @ git+https://github.com/glue-viz/glue.git@refs/pull/2515/head#egg=glue-core", + "glue-core>=1.21.1", "glue-jupyter>=0.23.0", "echo>=0.5.0", "ipykernel>=6.19.4",