Skip to content

Commit

Permalink
Update to conda 24.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk authored Dec 3, 2024
1 parent 39d5492 commit 294ec5c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Miniforge3/construct.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{% set name = os.environ.get("MINIFORGE_NAME", "Miniforge3") %}
{% set version = os.environ.get("MINIFORGE_VERSION", "24.9.2-0") %}
{% set conda_libmamba_solver_version = "24.9.0"%}
{% set version = os.environ.get("MINIFORGE_VERSION", "24.11.0-0") %}
{% set conda_libmamba_solver_version = "24.11.0"%}
# when mamba_version is updated here, also update MICROMAMBA_VERSION in scripts/build.sh
{% set mamba_version = "1.5.9"%}
{% set mamba_version = "2.0.4"%}

name: {{ name }}
version: {{ version }}
Expand Down Expand Up @@ -43,7 +43,7 @@ specs:
{% if name.endswith("pypy3") %}
- python 3.9.* *_pypy
- conda 24.7.1
- mamba 2.0.4
- mamba 1.5.9
- conda-libmamba-solver 24.7.0
{% else %}
- python 3.12.*
Expand Down

0 comments on commit 294ec5c

Please sign in to comment.