diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-11-02 15:24:03 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-11-02 15:26:53 -0400 |
commit | abbcc971b6b6e1ea9e745b92039bb37ecfcc77ea (patch) | |
tree | 7080726a461e7c985ff971a021d0ee8f9ec78ff7 /jwst | |
parent | c0cdd52ca03dd390b4b938f3d7ea29fe4a38495a (diff) | |
download | astroconda-dev-abbcc971b6b6e1ea9e745b92039bb37ecfcc77ea.tar.gz |
Clean up build deps, add jplephem and pymssql
Diffstat (limited to 'jwst')
-rw-r--r-- | jwst/meta.yaml | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/jwst/meta.yaml b/jwst/meta.yaml index ea24957..215bb36 100644 --- a/jwst/meta.yaml +++ b/jwst/meta.yaml @@ -16,20 +16,6 @@ package: version: {{ version }} requirements: build: - - asdf - - astropy <=1.3dev4377 - - crds - - dask - - drizzle - - drizzlepac - - gwcs - - jsonschema - - matplotlib - - nose - - photutils - - scipy - - six - - verhawk - setuptools - numpy x.x - python x.x @@ -42,9 +28,11 @@ requirements: - drizzlepac - gwcs - jsonschema + - jplephem - matplotlib - nose - photutils + - pymssql - scipy - six - verhawk @@ -55,4 +43,5 @@ source: test: imports: - jwst - + - jwst.steps + # no timeconversion: JPL network is too unstable to obtain *.bsp files. |