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
This commit is contained in:
Min RK
2023-03-21 15:59:37 +01:00
parent 1a3c48a500
commit 6d0c1cbf63

View File

@@ -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