Skip to content

Commit

Permalink
Build 24.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk committed Dec 31, 2024
1 parent 84b934f commit 29a2590
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Miniforge3/construct.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{% set name = os.environ.get("MINIFORGE_NAME", "Miniforge3") %}
{% set version = os.environ.get("MINIFORGE_VERSION", "24.11.0-2") %}
{% set version = os.environ.get("MINIFORGE_VERSION", "24.11.2-0") %}
{% set conda_libmamba_solver_version = "24.11.1"%}
# when mamba_version is updated here, also update MICROMAMBA_VERSION in scripts/build.sh
{% set mamba_version = "2.0.5"%}
# 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"%}

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

0 comments on commit 29a2590

Please sign in to comment.