Skip to content

Commit

Permalink
MNT: Temporarily pin voila<0.5 (#2269)
Browse files Browse the repository at this point in the history
* MNT: Temp pin voila<0.5
because voila-template is incompatible, see #2268

* TST: Disable voila dev in test matrix
  • Loading branch information
pllim authored Jun 29, 2023
1 parent bc6cdee commit 55a19f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 55a19f4

Please sign in to comment.