From fec36250ec1f914b530ddada9c2d719e3e13bd71 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 1 Feb 2018 13:27:46 -0500 Subject: Replace glueviz with glue-core (#105) --- mosviz/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mosviz/meta.yaml b/mosviz/meta.yaml index c2a6667..5382730 100644 --- a/mosviz/meta.yaml +++ b/mosviz/meta.yaml @@ -25,7 +25,7 @@ requirements: build: - astropy - specutils - - glueviz + - glue-core - matplotlib - qtpy - numpy {{ numpy }} @@ -34,7 +34,7 @@ requirements: run: - astropy - specutils - - glueviz + - glue-core - matplotlib - qtpy - numpy -- cgit