diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2019-02-15 15:14:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-15 15:14:53 -0500 |
commit | ef59a22252e4689f43909de923b5e8204c131bda (patch) | |
tree | fd8db1c569b203a867863f35e2c65f04d06e9c6e /jwstdp/utils | |
parent | 022bb2a3d88fd601f9df61ea97fe8d4378d5e302 (diff) | |
download | astroconda-releases-ef59a22252e4689f43909de923b5e8204c131bda.tar.gz |
JWSTDP-0.13.0 (#49)
Diffstat (limited to 'jwstdp/utils')
-rwxr-xr-x | jwstdp/utils/jwst_delivery_prep.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jwstdp/utils/jwst_delivery_prep.sh b/jwstdp/utils/jwst_delivery_prep.sh index 23e0991..c891530 100755 --- a/jwstdp/utils/jwst_delivery_prep.sh +++ b/jwstdp/utils/jwst_delivery_prep.sh @@ -24,8 +24,8 @@ pyver="py36" spec_dir="/eng/ssb/websites/ssbpublic/astroconda-releases-staging/" # Conda installer versions to suggest in README.md file. -anaconda_ver="5.2.0" -miniconda_ver="4.5.11" +anaconda_ver="2018.12" +miniconda_ver="4.5.12" tagname=$1 |