Skip to content

Commit

Permalink
Merge pull request #701 from hmaarrfk/conda_24.11.2
Browse files Browse the repository at this point in the history
Build 24.11.2
  • Loading branch information
hmaarrfk authored Jan 2, 2025
2 parents d3d24d3 + 7575f00 commit 8006bf4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 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 conda_libmamba_solver_version = "24.11.1"%}
{% set version = os.environ.get("MINIFORGE_VERSION", "24.11.2-0") %}
{% set conda_libmamba_solver_version = "24.9.0"%}
# 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 8006bf4

Please sign in to comment.