From d6095a9d187ebee569bac019189594dd014b462c Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Thu, 29 Jun 2017 13:17:00 -0400 Subject: Revert previous change scipy is intended to be an optional dependency of glue-ginga. Manual package build results indicate that the scipy dependency may be safely removed. --- glue-ginga/meta.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/glue-ginga/meta.yaml b/glue-ginga/meta.yaml index e112622..069917d 100644 --- a/glue-ginga/meta.yaml +++ b/glue-ginga/meta.yaml @@ -17,7 +17,6 @@ package: requirements: build: - - scipy - astropy >=1.2 - glueviz >=0.10 - ginga >=2.6.1 @@ -25,7 +24,6 @@ requirements: - numpy - python x.x run: - - scipy - astropy >=1.2 - glueviz >=0.10 - ginga >=2.6.1 -- cgit