diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-11-02 15:28:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-02 15:28:40 -0400 |
commit | 6e986420619053d3154df7ab212ce7788870b73a (patch) | |
tree | 3c70223f917e0c7d6ce3b059d2ff9eae7e88215b | |
parent | cb2dcd3483e3b850c35f473698caf7f926e0d23c (diff) | |
parent | abbcc971b6b6e1ea9e745b92039bb37ecfcc77ea (diff) | |
download | astroconda-dev-6e986420619053d3154df7ab212ce7788870b73a.tar.gz |
Merge pull request #8 from jhunkeler/jwst-jplephem
Clean up build deps, add jplephem and pymssql
-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. |