diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/dev.yaml | 5 | ||||
-rw-r--r-- | manifests/public.yaml | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/manifests/dev.yaml b/manifests/dev.yaml index 0df5e31..fabd494 100644 --- a/manifests/dev.yaml +++ b/manifests/dev.yaml @@ -1,4 +1,5 @@ repository: 'https://github.com/astroconda/astroconda-dev' +channel_URL: 'http://ssb.stsci.edu/astroconda-dev' numpy_version: 1.11 packages: - stsci.tools @@ -29,7 +30,7 @@ packages: - fitsblender - ginga - glueviz - - glue-core +# - glue-core - glue-vispy-viewers - gwcs - hstcal @@ -37,7 +38,7 @@ packages: - imexam - jplephem - jwst - - jwst_coronagraph_visibility +# - jwst_coronagraph_visibility - jwst_gtvt - jwxml - mosviz diff --git a/manifests/public.yaml b/manifests/public.yaml index 865b66e..d831d87 100644 --- a/manifests/public.yaml +++ b/manifests/public.yaml @@ -1,4 +1,5 @@ repository: 'https://github.com/astroconda/astroconda-contrib' +channel_URL: 'http://ssb.stsci.edu/astroconda' numpy_version: 1.11 packages: - stsci.tools |