Skip to content

Commit

Permalink
Update base user environment to miniforge 24.7.1-0 (Python 3.12)
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Sep 4, 2024
1 parent 634956c commit 68b7675
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions tests/test_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions tljh/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": "09221afebba644eabccb5a83a92ba7e1bf88ff17171f80f77f95aa81cad225cc",
"x86_64": "e72ecc1f1b170ee804da298e54ed616ce82543ce84a8b83f63cb0ada2e4bfa50",
}

# minimum versions of packages
Expand Down

0 comments on commit 68b7675

Please sign in to comment.