From e3f632670c26d0a3b3889a8d3de94f3905c521b9 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Thu, 29 Jun 2023 08:20:31 -0700 Subject: [PATCH] Backport PR #2269: MNT: Temporarily pin voila<0.5 --- pyproject.toml | 2 +- tox.ini | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ebd23f4b9e..72d1af4c18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "ipysplitpanes>=0.1.0", "ipygoldenlayout>=0.3.0", "ipywidgets>=8.0.6", - "voila>=0.4", + "voila>=0.4,<0.5", "pyyaml>=5.4.1", "specutils>=1.9", "specreduce>=1.3.0,<1.4.0", diff --git a/tox.ini b/tox.ini index 73ddbd9c90..1924d11a00 100644 --- a/tox.ini +++ b/tox.ini @@ -54,7 +54,8 @@ deps = #devdeps: git+https://github.com/spacetelescope/stdatamodels.git devdeps: git+https://github.com/bqplot/bqplot.git@0.12.x devdeps: git+https://github.com/glue-viz/glue.git - devdeps: git+https://github.com/voila-dashboards/voila.git + # FIXME: https://github.com/spacetelescope/jdaviz/pull/2268 + #devdeps: git+https://github.com/voila-dashboards/voila.git devdeps: git+https://github.com/glue-viz/bqplot-image-gl.git devdeps: git+https://github.com/glue-viz/glue-jupyter.git devdeps: git+https://github.com/glue-viz/glue-astronomy.git