diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-03-31 17:14:55 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-19 11:17:25 -0400 |
commit | 4b8dfd8d91499caf0df1182fd010c946f4a01773 (patch) | |
tree | 8b6dfb9f4ef1cd066c51f255cdda741696f61f21 /stsci.imagestats | |
parent | 5f453be58768269c3a18e4cf9f50f0e2a7a035d2 (diff) | |
download | astroconda-dev-4b8dfd8d91499caf0df1182fd010c946f4a01773.tar.gz |
Replace "recon" dependency with "relic"
Diffstat (limited to 'stsci.imagestats')
-rw-r--r-- | stsci.imagestats/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stsci.imagestats/meta.yaml b/stsci.imagestats/meta.yaml index 6451405..0bb9027 100644 --- a/stsci.imagestats/meta.yaml +++ b/stsci.imagestats/meta.yaml @@ -10,7 +10,7 @@ package: version: 1.4.2 requirements: build: - - recon >=1.0.2 + - relic >=1.0.3 - setuptools - numpy x.x - python x.x |