diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-04-08 00:53:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-08 00:53:39 -0400 |
commit | 2cd2f0d120e2494779424e7852ee8ea6a62378a6 (patch) | |
tree | 5a08090873f31e139317aeb204c0389dfe0214fc /glue-core/meta.yaml | |
parent | 41aebf43ecde4e6f3b2a453213864ac5fab626ab (diff) | |
download | astroconda-dev-glue-bottleneck.tar.gz |
glue-core: add bottleneckglue-bottleneck
Diffstat (limited to 'glue-core/meta.yaml')
-rw-r--r-- | glue-core/meta.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |