From 76ddc5b04722399c78a352ba8a521ee4d718c9a4 Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Wed, 11 Jul 2018 13:07:45 -0700 Subject: [PATCH] Bump version of conda installed in user environment --- tljh/installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tljh/installer.py b/tljh/installer.py index f43e558..8bac98b 100644 --- a/tljh/installer.py +++ b/tljh/installer.py @@ -98,7 +98,7 @@ def ensure_user_environment(): conda.ensure_conda_env(USER_ENV_PREFIX) conda.ensure_conda_packages(USER_ENV_PREFIX, [ # Conda's latest version is on conda much more so than on PyPI. - 'conda==4.5.4' + 'conda==4.5.8' ]) conda.ensure_pip_packages(USER_ENV_PREFIX, [