diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-06-13 10:19:40 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-06-13 10:19:40 -0400 |
commit | 28479b6fffd6ffe3f330a5461343f80036e8f89a (patch) | |
tree | 9d9790c916d88525d50758cf86d4161a88b70d93 | |
parent | 874227377a664b3659fe1ecb11dca14bd71a874e (diff) | |
download | astroconda-dev-28479b6fffd6ffe3f330a5461343f80036e8f89a.tar.gz |
Use new JWST package
-rw-r--r-- | metapackages/stsci-jwst/meta.yaml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/metapackages/stsci-jwst/meta.yaml b/metapackages/stsci-jwst/meta.yaml index cb2cad1..e59a9e4 100644 --- a/metapackages/stsci-jwst/meta.yaml +++ b/metapackages/stsci-jwst/meta.yaml @@ -15,14 +15,10 @@ package: version: {{ version }} requirements: build: - - jwst_lib - - jwst_tools - - jwst_pipeline + - jwst - numpy x.x - python x.x run: - - jwst_lib - - jwst_pipeline - - jwst_tools + - jwst - numpy x.x - python x.x |