Skip to content

Commit

Permalink
Release 24.11.2-1 with mamba 1.5.12 to fix lockup
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk committed Jan 4, 2025
1 parent 8006bf4 commit cec156b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Miniforge3/construct.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{% set name = os.environ.get("MINIFORGE_NAME", "Miniforge3") %}
{% set version = os.environ.get("MINIFORGE_VERSION", "24.11.2-0") %}
{% set version = os.environ.get("MINIFORGE_VERSION", "24.11.2-1") %}
{% set conda_libmamba_solver_version = "24.9.0"%}
# when mamba_version is updated here, also update MICROMAMBA_VERSION in scripts/build.sh
# As of Dec 2024 -- mamba 2.0.5 isn't compatible with constructor
# https://github.com/conda-forge/miniforge/issues/697
# A fix should be incoming soon.
{% set mamba_version = "1.5.11" %}
{% set mamba_version = "1.5.12" %}

name: {{ name }}
version: {{ version }}
Expand Down

0 comments on commit cec156b

Please sign in to comment.