diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-08-03 13:16:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-03 13:16:02 -0400 |
commit | f0a645f7cb183888691da7fd6cb3d7993b9aba3f (patch) | |
tree | ff4105397a0a3df8807a619345bf5a24c8029706 | |
parent | 1747750c3128c255869d91a3f9030e2c8d5a23e5 (diff) | |
download | astroconda-dev-f0a645f7cb183888691da7fd6cb3d7993b9aba3f.tar.gz |
Normalize build and run dependencies (#147)
-rw-r--r-- | jwst/meta.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/jwst/meta.yaml b/jwst/meta.yaml index ad1f01d..bf6cab6 100644 --- a/jwst/meta.yaml +++ b/jwst/meta.yaml @@ -21,10 +21,28 @@ package: requirements: build: + - asdf - astropy + - crds + - dask + - drizzle + - gwcs + - jsonschema + - jplephem - matplotlib - namedlist + - photutils - pymssql + - pytest + - pytest-remotedata + - scipy + - six + - spherical-geometry + - stsci.image + - stsci.imagestats + - stsci.stimage + - stsci.tools + - verhawk - setuptools - numpy {{ numpy }} - python {{ python }} @@ -42,6 +60,8 @@ requirements: - namedlist - photutils - pymssql + - pytest + - pytest-remotedata - scipy - six - spherical-geometry |