From 4b266436870d6905ecc59fa01e56e203c3f8b936 Mon Sep 17 00:00:00 2001 From: James Davies Date: Wed, 12 Dec 2018 11:24:06 -0500 Subject: Add ci_watson to jwst build recipe (#173) --- jwst/meta.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/jwst/meta.yaml b/jwst/meta.yaml index bf6cab6..d4600ce 100644 --- a/jwst/meta.yaml +++ b/jwst/meta.yaml @@ -23,8 +23,8 @@ requirements: build: - asdf - astropy + - ci_watson - crds - - dask - drizzle - gwcs - jsonschema @@ -34,9 +34,7 @@ requirements: - photutils - pymssql - pytest - - pytest-remotedata - scipy - - six - spherical-geometry - stsci.image - stsci.imagestats @@ -50,8 +48,8 @@ requirements: run: - asdf - astropy + - ci_watson - crds - - dask - drizzle - gwcs - jsonschema @@ -61,9 +59,7 @@ requirements: - photutils - pymssql - pytest - - pytest-remotedata - scipy - - six - spherical-geometry - stsci.image - stsci.imagestats -- cgit