From 6d0c1cbf63606444c077281b6b482ff5c3372cbd Mon Sep 17 00:00:00 2001 From: Min RK Date: Tue, 21 Mar 2023 15:59:37 +0100 Subject: [PATCH] Remove very old conda versions from installer.py - 4.7.10 was Python 3.7 (no longer supported) - 4.5.4 was Python 3.6 --- tljh/installer.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tljh/installer.py b/tljh/installer.py index c11eb3e..52f956c 100644 --- a/tljh/installer.py +++ b/tljh/installer.py @@ -201,11 +201,8 @@ def ensure_user_environment(user_requirements_txt_file): # format: "conda version": (conda_version, mamba_version), # mambaforge 4.10.3-7 (2023-03-21) "22.11.1": (MAMBAFORGE_CONDA_VERSION, MAMBAFORGE_MAMBA_VERSION), - # tljh up to 0.2.0 (2021-10-18) + # tljh up to 0.2.0 (since 2021-10-18) "4.10.3": ("4.10.3", "0.16.0"), - # very old versions, do these still work? - "4.7.10": ("4.8.1", "0.16.0"), - "4.5.4": ("4.5.8", "0.16.0"), } # Check OS, set appropriate string for conda installer path