diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-03-07 13:33:01 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-07 13:33:01 -0500 | 
| commit | e944708bd1e46cb8c2588db2d83379a6a9421721 (patch) | |
| tree | cb092d5f0053fc325c3f78538bbf9ba04fa988a5 | |
| parent | 0576525d5f7aca7527db41f59fc02fa97dd033ff (diff) | |
| download | astroconda-dev-e944708bd1e46cb8c2588db2d83379a6a9421721.tar.gz | |
glue-core: add spectral-cube (#117)
| -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 30ba4bc..0be2631 100644 --- a/glue-core/meta.yaml +++ b/glue-core/meta.yaml @@ -57,6 +57,7 @@ requirements:      # Optional dependencies (defined in ``extras_require``)      - scipy      - scikit-image +    - spectral-cube      - plotly      # Temporary: the scikit-image conda package is missing the dask dependency  | 
