diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-03-30 16:57:55 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-03-30 16:57:55 -0400 |
commit | 50b4b4cc88a97d24495f0cde918697f0d9b60ce2 (patch) | |
tree | faab60ff8a6f1d3d5b8f83055135d2cdb620f2ea /wfc3tools | |
parent | 9822b70f770c196aab3b9fbfb8f856fcff6d417f (diff) | |
download | astroconda-contrib-50b4b4cc88a97d24495f0cde918697f0d9b60ce2.tar.gz |
Improve stsci.tools dependencies
Diffstat (limited to 'wfc3tools')
-rw-r--r-- | wfc3tools/meta.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wfc3tools/meta.yaml b/wfc3tools/meta.yaml index f220bcd..beb2717 100644 --- a/wfc3tools/meta.yaml +++ b/wfc3tools/meta.yaml @@ -13,12 +13,12 @@ requirements: - matplotlib - recon >=1.0.2 - scipy - - stsci.tools + - stsci.tools >=3.4.2 - setuptools - numpy x.x - python x.x run: - - stsci.tools + - stsci.tools >=3.4.2 - astropy >=1.1 - matplotlib - numpy x.x |