diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2018-12-21 12:43:32 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-21 12:43:32 -0500 |
commit | 50c5497141f9bd6accd77991d323bca484505e14 (patch) | |
tree | 9d9e81d7c09452cb33390e6d7b12a24f7f32e457 | |
parent | c3a87619e56aadb058c3312175da7471dc35d463 (diff) | |
download | astroconda-dev-50c5497141f9bd6accd77991d323bca484505e14.tar.gz |
Remove ci_watson from JWST dependencies
-rw-r--r-- | jwst/meta.yaml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/jwst/meta.yaml b/jwst/meta.yaml index d4600ce..264b4f3 100644 --- a/jwst/meta.yaml +++ b/jwst/meta.yaml @@ -3,7 +3,7 @@ {% if version[0] == 'v' %} {% set version = version[1:] %} {% endif %} -{% set number = '4' %} +{% set number = '5' %} about: home: https://github.com/spacetelescope/{{ name }} @@ -23,7 +23,6 @@ requirements: build: - asdf - astropy - - ci_watson - crds - drizzle - gwcs @@ -48,7 +47,6 @@ requirements: run: - asdf - astropy - - ci_watson - crds - drizzle - gwcs |