From 7b8aeba7dff625374c64373473da625b045f2cc6 Mon Sep 17 00:00:00 2001 From: Kyle Conroy Date: Tue, 15 Oct 2024 12:41:17 -0400 Subject: [PATCH] bump solara and ipypopout (#3218) so that ipypopout can work without voila running, by using solara-server instead --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 39a7adfc47..40f36ebe56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "ipysplitpanes>=0.1.0", "ipygoldenlayout>=0.3.0", "ipywidgets>=8.0.6", - "solara>=1.39.0", + "solara>=1.40.0", "pyyaml>=5.4.1", "specutils>=1.16", "specreduce>=1.4.1", @@ -36,7 +36,7 @@ dependencies = [ "regions>=0.6", "scikit-image", "sidecar>=0.5.2", - "ipypopout>=1.4.0", + "ipypopout>=2.0.0", "astroquery", "requests", ]