From 8da2d547b1f7c3919023c3bf32156e13f7d965b8 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Thu, 29 Jun 2017 09:34:33 -0400 Subject: Adjust setup.py on the fly to allow successful build; add missing dep to glue-ginga --- glue-ginga/meta.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'glue-ginga') diff --git a/glue-ginga/meta.yaml b/glue-ginga/meta.yaml index 069917d..e112622 100644 --- a/glue-ginga/meta.yaml +++ b/glue-ginga/meta.yaml @@ -17,6 +17,7 @@ package: requirements: build: + - scipy - astropy >=1.2 - glueviz >=0.10 - ginga >=2.6.1 @@ -24,6 +25,7 @@ requirements: - numpy - python x.x run: + - scipy - astropy >=1.2 - glueviz >=0.10 - ginga >=2.6.1 -- cgit