From 706db5b9e608bebabeb913ee5b6b0385cfb0c88a Mon Sep 17 00:00:00 2001 From: Thomas Robitaille Date: Thu, 26 Oct 2023 12:22:46 +0100 Subject: [PATCH] Bump minimum required version of glue-core to v1.14.1 to include bug fix for stretch histogram --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ef5b9630c5..e410018957 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.14", + "glue-core>=1.14.1", "glue-jupyter>=0.19", "echo>=0.5.0", "ipykernel>=6.19.4",