From abbcc971b6b6e1ea9e745b92039bb37ecfcc77ea Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 2 Nov 2016 15:24:03 -0400 Subject: Clean up build deps, add jplephem and pymssql --- jwst/meta.yaml | 19 ++++--------------- 1 file 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. -- cgit