diff --git a/pyproject.toml b/pyproject.toml index e06a9f7943..3d1023b832 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 c101fc241b..d212680cbd 100644 --- a/tox.ini +++ b/tox.ini @@ -53,7 +53,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