diff options
| author | Matt Rendina <rendinam@users.noreply.github.com> | 2019-08-21 14:40:50 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-21 14:40:50 -0400 | 
| commit | 8317179b64cb91ed890e7ef5ef386e207676a185 (patch) | |
| tree | 67604a5b85aaec70529726d90d2d5b9870ae63f6 | |
| parent | 8758a84c38a78bac3fdb4561cd92775940a9b61b (diff) | |
| download | astroconda-contrib-8317179b64cb91ed890e7ef5ef386e207676a185.tar.gz | |
Add missing stsci.imagestats dependency to nictools recipe. (#551)
| -rw-r--r-- | nictools/meta.yaml | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/nictools/meta.yaml b/nictools/meta.yaml index f4e4ccc..ca72bf9 100644 --- a/nictools/meta.yaml +++ b/nictools/meta.yaml @@ -20,6 +20,7 @@ requirements:      - numpy {{ numpy }}      - scipy      - stsci.tools +    - stsci.imagestats      - setuptools      - setuptools_scm      - python {{ python }} @@ -28,6 +29,7 @@ requirements:      - numpy      - scipy      - stsci.tools +    - stsci.imagestats      - python  source: | 
