Update base user environment to miniforge 24.7.1-0 (Python 3.12)

This commit is contained in:
Erik Sundell
2024-09-04 12:00:43 +02:00
parent 634956c33e
commit 5172ceb4f9
2 changed files with 5 additions and 5 deletions

View File

@@ -125,8 +125,8 @@ def _specifier(version):
None,
{
"python": "3.12.*",
"conda": "24.5.0",
"mamba": "1.5.8",
"conda": "24.7.1",
"mamba": "1.5.9",
},
),
# previous install, 1.0

View File

@@ -138,11 +138,11 @@ def ensure_usergroups():
# Install miniforge using an installer from
# https://github.com/conda-forge/miniforge/releases
MINIFORGE_VERSION = "24.5.0-0"
MINIFORGE_VERSION = "24.7.1-0"
# sha256 checksums
MINIFORGE_CHECKSUMS = {
"aarch64": "848f2d6917c473b1091e31a51241a7626d4dac4b90809a9b2ed937e0cea18d87",
"x86_64": "a754b435830e1c038dada434873ad69a99970a4ea17a68d3bbcade0a37c8c8fb",
"aarch64": "7a3372268b45679584043b4ba1e0318ee5027384a8d330f2d991b14d815d6a6d",
"x86_64": "b64f77042cf8eafd31ced64f9253a74fb85db63545fe167ba5756aea0e8125be",
}
# minimum versions of packages