From 2cd2f0d120e2494779424e7852ee8ea6a62378a6 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sun, 8 Apr 2018 00:53:39 -0400 Subject: glue-core: add bottleneck --- glue-core/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/glue-core/meta.yaml b/glue-core/meta.yaml index 0be2631..dd73086 100644 --- a/glue-core/meta.yaml +++ b/glue-core/meta.yaml @@ -40,6 +40,7 @@ requirements: # Required dependencies - python - numpy + - bottleneck >=1.2 - pandas >=0.14 - astropy >=1.3 - matplotlib >=1.4 -- cgit