diff options
| author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-03-30 16:57:55 -0400 | 
|---|---|---|
| committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-19 11:17:25 -0400 | 
| commit | e45a76bac322aa2140a9b5b5db291b6517d03d28 (patch) | |
| tree | faab60ff8a6f1d3d5b8f83055135d2cdb620f2ea /acstools | |
| parent | 0dcf160b07cb6b458893f30b96423b605b0e8bc1 (diff) | |
| download | astroconda-dev-e45a76bac322aa2140a9b5b5db291b6517d03d28.tar.gz | |
Improve stsci.tools dependencies
Diffstat (limited to 'acstools')
| -rw-r--r-- | acstools/meta.yaml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/acstools/meta.yaml b/acstools/meta.yaml index ac0a23c..47d37e1 100644 --- a/acstools/meta.yaml +++ b/acstools/meta.yaml @@ -15,7 +15,7 @@ requirements:      - matplotlib      - recon >=1.0.2      - stsci.imagestats -    - stsci.tools +    - stsci.tools >=3.4.2      - setuptools      - numpy x.x      - python x.x @@ -25,7 +25,7 @@ requirements:      - scikit-image      - matplotlib      - stsci.imagestats -    - stsci.tools +    - stsci.tools >=3.4.2      - setuptools      - numpy x.x      - python x.x | 
