diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-03-30 16:16:15 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-04-19 11:17:23 -0400 |
commit | 6903289c49c54c38cfef01d0ecf65561ee74a125 (patch) | |
tree | 8f8a155df8833763ec8aa08e39c55e829ca446b2 /pyregion | |
parent | 1a2e77b59cc1480f43316d1ce969b54005797773 (diff) | |
download | astroconda-dev-6903289c49c54c38cfef01d0ecf65561ee74a125.tar.gz |
Add RECON dependency
Diffstat (limited to 'pyregion')
-rw-r--r-- | pyregion/meta.yaml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/pyregion/meta.yaml b/pyregion/meta.yaml index 691a6ce..5110887 100644 --- a/pyregion/meta.yaml +++ b/pyregion/meta.yaml @@ -9,15 +9,16 @@ package: version: 1.1.2 requirements: build: - - numpy x.x - pyparsing - - python x.x + - recon - setuptools - run: - numpy x.x + - python x.x + run: - pyparsing - - setuptools + - numpy x.x - python x.x + - setuptools source: git_url: https://github.com/spacetelescope/pyregion test: |