diff --git a/jdaviz/configs/imviz/plugins/viewers.py b/jdaviz/configs/imviz/plugins/viewers.py index ed9f832ba9..1ea2832be7 100644 --- a/jdaviz/configs/imviz/plugins/viewers.py +++ b/jdaviz/configs/imviz/plugins/viewers.py @@ -21,7 +21,7 @@ class ImvizImageView(BqplotImageView): tools = ['bqplot:home', 'bqplot:panzoom', 'bqplot:panzoomwcs', 'bqplot:contrastbias', 'bqplot:blinkonce', - 'bqplot:rectangle', 'bqplot:circle'] + 'bqplot:rectangle', 'bqplot:circle', 'bqplot:ellipse'] default_class = None def __init__(self, *args, **kwargs): diff --git a/setup.cfg b/setup.cfg index 510c544ffe..871863be11 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,7 +23,7 @@ install_requires = bqplot>=0.12.29 bqplot-image-gl>=1.4.1 glue-core>=1.0.1 - glue-jupyter>=0.6.1 + glue-jupyter>=0.7 echo>=0.5.0 ipyvue>=1.4.1 ipyvuetify>=1.7.0 @@ -32,7 +32,7 @@ install_requires = voila>=0.2.4 pyyaml>=5.4.1 specutils>=1.3 - glue-astronomy>=0.1 + glue-astronomy@git+https://github.com/glue-viz/glue-astronomy.git@4c5e6e78bcaa20d1723510f06bbe3070f2b1642a click>=7.1.2 spectral-cube>=0.5 asteval>=0.9.23