mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Bump conda to 4.7.10
This commit is contained in:
@@ -238,9 +238,9 @@ def ensure_user_environment(user_requirements_txt_file):
|
||||
"""
|
||||
logger.info("Setting up user environment...")
|
||||
if "python3.7" in sys.executable:
|
||||
conda_version = '4.7.5'
|
||||
miniconda_version = '4.7.5'
|
||||
miniconda_installer_md5 = "fc3595e7a66cf159a9d288a212834127"
|
||||
conda_version = '4.7.10'
|
||||
miniconda_version = '4.7.10'
|
||||
miniconda_installer_md5 = "1c945f2b3335c7b2b15130b1b2dc5cf4"
|
||||
else:
|
||||
conda_version = '4.5.8'
|
||||
miniconda_version = '4.5.4'
|
||||
|
||||
Reference in New Issue
Block a user