diff options
Diffstat (limited to 'stsci.image')
-rw-r--r-- | stsci.image/meta.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/stsci.image/meta.yaml b/stsci.image/meta.yaml index 777bd81..14c430b 100644 --- a/stsci.image/meta.yaml +++ b/stsci.image/meta.yaml @@ -11,16 +11,17 @@ package: requirements: build: - astropy >=1.1 - - numpy x.x + - recon - scipy - stsci.tools - setuptools + - numpy x.x - python x.x run: - astropy >=1.1 - - numpy x.x - scipy - stsci.tools + - numpy x.x - python x.x source: git_url: https://github.com/spacetelescope/stsci.image.git |