diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2017-06-29 13:17:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-29 13:17:00 -0400 |
commit | d6095a9d187ebee569bac019189594dd014b462c (patch) | |
tree | 1428692fec7182b86e8bbd94e94b06186dd9a55a | |
parent | 2df72fe5bc28d93cbed30d9cf6e25a648fcf1c73 (diff) | |
download | astroconda-contrib-d6095a9d187ebee569bac019189594dd014b462c.tar.gz |
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.
-rw-r--r-- | glue-ginga/meta.yaml | 2 |
1 files changed, 0 insertions, 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 |