diff options
author | James Davies <jdavies@stsci.edu> | 2018-12-12 11:24:06 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-12-12 11:24:06 -0500 |
commit | 4b266436870d6905ecc59fa01e56e203c3f8b936 (patch) | |
tree | d53073ef34d12f10b71c6a106e2c8fc29f244487 | |
parent | b18690988e20a536a1d8ee378b57ced97b9220b6 (diff) | |
download | astroconda-dev-4b266436870d6905ecc59fa01e56e203c3f8b936.tar.gz |
Add ci_watson to jwst build recipe (#173)
-rw-r--r-- | jwst/meta.yaml | 8 |
1 files 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 |