Skip to content

Commit

Permalink
Update construct.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk authored Nov 10, 2024
1 parent 3996d4c commit a19b2e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 version = os.environ.get("MINIFORGE_VERSION", "24.9.2-1") %}
{% 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 = "1.5.9"%}
{% set mamba_version = "2.0.3"%}

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.3
- mamba 1.5.9
- conda-libmamba-solver 24.7.0
{% else %}
- python 3.12.*
Expand Down

0 comments on commit a19b2e1

Please sign in to comment.